Fix glances completion
- add missing argument description
This commit is contained in:
parent
eca213e017
commit
d330cb594f
|
|
@ -92,7 +92,7 @@ _glances() {
|
||||||
'(-t --time)'{-t,--time}'[set minimum refresh rate in seconds(default: 2 sec)]:seconds' \
|
'(-t --time)'{-t,--time}'[set minimum refresh rate in seconds(default: 2 sec)]:seconds' \
|
||||||
'(-w --webserver)'{-w,--webserver}'[run Glances in web server mode]' \
|
'(-w --webserver)'{-w,--webserver}'[run Glances in web server mode]' \
|
||||||
'--cached-time[set the server cache time(default: 1 sec)]:seconds' \
|
'--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]' \
|
'--open-web-browser[try to open the Web UI in the default browser]' \
|
||||||
'(-q --quiet)'{-q,--quiet}'[do not display the curses interface]' \
|
'(-q --quiet)'{-q,--quiet}'[do not display the curses interface]' \
|
||||||
'(-f --process-filter)'{-f,--process-filter}'[set the process filter pattern]:regexp' \
|
'(-f --process-filter)'{-f,--process-filter}'[set the process filter pattern]:regexp' \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue