shell-completion: cgtop bash completion: -n,--iterations,-d,--delay require arg

This commit is contained in:
Evgeny Vereshchagin 2015-09-21 17:09:40 +00:00
parent de45f28e09
commit 79af4b6c1c
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ _systemd_cgtop() {
local comps
local -A OPTS=(
[STANDALONE]='-h --help --version -p -t -c -m -i -b --batch -n --iterations -d --delay'
[ARG]='--cpu --depth -M --machine --recursive'
[STANDALONE]='-h --help --version -p -t -c -m -i -b --batch'
[ARG]='--cpu --depth -M --machine --recursive -n --iterations -d --delay'
)
_init_completion || return