From: Lennart Poettering Date: Thu, 7 Oct 2021 09:46:10 +0000 (+0200) Subject: bash-completion: add the two new switches to systemd-cgls X-Git-Tag: v250-rc1~555^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d83a8ed00201a413de109451a5902043d40370a7;p=thirdparty%2Fsystemd.git bash-completion: add the two new switches to systemd-cgls (completion hookup for zsh doesn't appear to exist, hence not adding there.) --- diff --git a/shell-completion/bash/systemd-cgls b/shell-completion/bash/systemd-cgls index 0b6a8fda0d2..f3a334f02d5 100644 --- a/shell-completion/bash/systemd-cgls +++ b/shell-completion/bash/systemd-cgls @@ -41,7 +41,7 @@ _systemd_cgls() { local i verb comps local -A OPTS=( - [STANDALONE]='-h --help --version --all -l --full -k --no-pager' + [STANDALONE]='-h --help --version --all -l --full -k --no-pager --xattr=no --cgroup-id=no' [ARG]='-M --machine -u --unit --user-unit' )