]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shell-completion: cgtop bash completion: -n,--iterations,-d,--delay require arg
authorEvgeny Vereshchagin <evvers@ya.ru>
Mon, 21 Sep 2015 17:09:40 +0000 (17:09 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Mon, 21 Sep 2015 17:09:40 +0000 (17:09 +0000)
shell-completion/bash/systemd-cgtop

index beee627dbe428407da20b48e6634a133e7c04a68..e6bb0e903b13a77890ba0d797cbb6ca2771ec3db 100644 (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