From d330cb594f18d17bc6962f6d35cc6e5c1ba1aa62 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Sun, 8 Mar 2026 23:02:04 +0900 Subject: [PATCH] Fix glances completion - add missing argument description --- src/_glances | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_glances b/src/_glances index 96e2b8e..a3ca8bd 100644 --- a/src/_glances +++ b/src/_glances @@ -92,7 +92,7 @@ _glances() { '(-t --time)'{-t,--time}'[set minimum refresh rate in seconds(default: 2 sec)]:seconds' \ '(-w --webserver)'{-w,--webserver}'[run Glances in web server mode]' \ '--cached-time[set the server cache time(default: 1 sec)]:seconds' \ - '--stop-after[stop Glances after n fresh]:' \ + '--stop-after[stop Glances after n fresh]:times' \ '--open-web-browser[try to open the Web UI in the default browser]' \ '(-q --quiet)'{-q,--quiet}'[do not display the curses interface]' \ '(-f --process-filter)'{-f,--process-filter}'[set the process filter pattern]:regexp' \