diff options
Diffstat (limited to 'shell-completion/bash/systemd-cgtop')
-rw-r--r-- | shell-completion/bash/systemd-cgtop | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell-completion/bash/systemd-cgtop b/shell-completion/bash/systemd-cgtop index d7ea42d910..50464990ab 100644 --- a/shell-completion/bash/systemd-cgtop +++ b/shell-completion/bash/systemd-cgtop @@ -30,7 +30,8 @@ _systemd_cgtop() { local -A OPTS=( [STANDALONE]='-h --help --version -p -t -c -m -i -b --batch -n --iterations -d --delay' - ) + [ARG]='--cpu --depth' + ) _init_completion || return |