]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bash-completion: add the two new switches to systemd-cgls 20948/head
authorLennart Poettering <lennart@poettering.net>
Thu, 7 Oct 2021 09:46:10 +0000 (11:46 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 7 Oct 2021 09:51:10 +0000 (11:51 +0200)
(completion hookup for zsh doesn't appear to exist, hence not adding
there.)

shell-completion/bash/systemd-cgls

index 0b6a8fda0d28319715f1d9c2c06a9270e80b67f8..f3a334f02d5065d5c27f9840455d29496f75df08 100644 (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'
     )