From d83a8ed00201a413de109451a5902043d40370a7 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 7 Oct 2021 11:46:10 +0200 Subject: [PATCH] bash-completion: add the two new switches to systemd-cgls (completion hookup for zsh doesn't appear to exist, hence not adding there.) --- shell-completion/bash/systemd-cgls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) -- 2.47.3