summaryrefslogtreecommitdiffstats
path: root/shell-completion
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2015-09-21 19:09:40 +0200
committerEvgeny Vereshchagin <evvers@ya.ru>2015-09-21 19:09:40 +0200
commit79af4b6c1c5305f0e80641c232a7417aa4de8740 (patch)
tree24ce73671b3dfb86c49af1285fedc11fe46557db /shell-completion
parentMerge pull request #1249 from lnykryn/sysv-symlinks (diff)
downloadsystemd-79af4b6c1c5305f0e80641c232a7417aa4de8740.tar.xz
systemd-79af4b6c1c5305f0e80641c232a7417aa4de8740.zip
shell-completion: cgtop bash completion: -n,--iterations,-d,--delay require arg
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/systemd-cgtop4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell-completion/bash/systemd-cgtop b/shell-completion/bash/systemd-cgtop
index beee627dbe..e6bb0e903b 100644
--- a/shell-completion/bash/systemd-cgtop
+++ b/shell-completion/bash/systemd-cgtop
@@ -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