From b4f91f2ba354c16dc23111cc231010c975c717a2 Mon Sep 17 00:00:00 2001 From: Carlos Morata Castillo Date: Sat, 10 Jan 2015 02:08:21 +0100 Subject: Updates in bash autocompletions Hi, I did ./check-undocumented.sh -b (my script just submitted) and checked the results. Cheers. --- shell-completion/bash/systemd-cgtop | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shell-completion/bash/systemd-cgtop') 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 -- cgit v1.2.3-54-g00ecf