diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-10-07 11:46:10 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-10-07 11:51:10 +0200 |
commit | d83a8ed00201a413de109451a5902043d40370a7 (patch) | |
tree | 7a7371cc69719b5d5e5ee3e59b236c3ed333c514 /shell-completion/bash | |
parent | man: document the two new switches for systemd-cgls (diff) | |
download | systemd-d83a8ed00201a413de109451a5902043d40370a7.tar.xz systemd-d83a8ed00201a413de109451a5902043d40370a7.zip |
bash-completion: add the two new switches to systemd-cgls
(completion hookup for zsh doesn't appear to exist, hence not adding
there.)
Diffstat (limited to 'shell-completion/bash')
-rw-r--r-- | shell-completion/bash/systemd-cgls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/systemd-cgls b/shell-completion/bash/systemd-cgls index 0b6a8fda0d..f3a334f02d 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' ) |