mirror of
https://github.com/systemd/systemd.git
synced 2025-02-02 13:47:27 +03:00
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:
parent
bd3bfc8856
commit
d83a8ed002
@ -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'
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user