bash-completion: add the two new switches to systemd-cgls

(completion hookup for zsh doesn't appear to exist, hence not adding
there.)
This commit is contained in:
Lennart Poettering 2021-10-07 11:46:10 +02:00
parent bd3bfc8856
commit d83a8ed002

View file

@ -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'
)