From 53e705a257d2fd1224bde8eb3eca82b95935202a Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Sun, 8 Mar 2026 22:01:47 +0900 Subject: [PATCH] Fix glances completion - fix typo --- src/_glances | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_glances b/src/_glances index 6654785..96e2b8e 100644 --- a/src/_glances +++ b/src/_glances @@ -53,7 +53,7 @@ _glances() { '--disable-webui[disable the Web Interface]' \ '(--light --enable-light)'{--light,--enable-light}'[light mode for Curses UI]' \ '(-0 --disable-irix)'{-0,--disable-irix}"[task's cpu usage will be divided by the total number of CPUs]" \ - '(-1 --percpu)'{-1,--percpu}'[start Clances in per CPU mode]' \ + '(-1 --percpu)'{-1,--percpu}'[start Glances in per CPU mode]' \ '(-2 --disable-left-sidebar)'{-2,--disable-left-sidebar}'[disable network, disk I/O, FS and sensors modules]' \ '(-3 --disable-quicklook)'{-3,--disable-quicklook}'[disable quick look module]' \ '(-4 --full-quicklook)'{-4,--full-quicklook}'[disable all but quick look and load]' \