X Tutup
Skip to content

Commit d83a8ed

Browse files
committed
bash-completion: add the two new switches to systemd-cgls
(completion hookup for zsh doesn't appear to exist, hence not adding there.)
1 parent bd3bfc8 commit d83a8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell-completion/bash/systemd-cgls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ _systemd_cgls() {
4141
local i verb comps
4242

4343
local -A OPTS=(
44-
[STANDALONE]='-h --help --version --all -l --full -k --no-pager'
44+
[STANDALONE]='-h --help --version --all -l --full -k --no-pager --xattr=no --cgroup-id=no'
4545
[ARG]='-M --machine -u --unit --user-unit'
4646
)
4747

0 commit comments

Comments
 (0)
X Tutup