chiark / gitweb /
Updates in bash autocompletions
[elogind.git] / shell-completion / bash / systemd-cgtop
index d7ea42d9108a7599d67eb41b3fe6eaa51e00a696..50464990ab56f95b3ebde1dfbf92fd3f9eb96e60 100644 (file)
@@ -30,7 +30,8 @@ _systemd_cgtop() {
 
         local -A OPTS=(
                [STANDALONE]='-h --help --version -p -t -c -m -i -b --batch -n --iterations -d --delay'
 
         local -A OPTS=(
                [STANDALONE]='-h --help --version -p -t -c -m -i -b --batch -n --iterations -d --delay'
-        )
+               [ARG]='--cpu --depth'
+               )
 
         _init_completion || return
 
 
         _init_completion || return