summaryrefslogtreecommitdiff
path: root/shell-completion/bash/systemd-cgtop
diff options
context:
space:
mode:
Diffstat (limited to 'shell-completion/bash/systemd-cgtop')
-rw-r--r--shell-completion/bash/systemd-cgtop3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell-completion/bash/systemd-cgtop b/shell-completion/bash/systemd-cgtop
index d7ea42d91..50464990a 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