]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bash completion: add --user/--system to portablectl 40719/head
authorLuca Boccassi <luca.boccassi@gmail.com>
Tue, 17 Feb 2026 21:53:14 +0000 (21:53 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 18 Feb 2026 10:40:12 +0000 (10:40 +0000)
shell-completion/bash/portablectl

index 11294b9093e5a592a4492dc3af31c97967638003..faaab70781cc442cc0a160cd5bbe120e7055323f 100644 (file)
@@ -37,7 +37,7 @@ _portablectl() {
     local -A OPTS=(
         [STANDALONE]='-q --quiet --runtime --no-reload --cat --no-pager --no-legend
                               --no-ask-password --enable --now -h --help --version
-                              --clean --no-block --force'
+                              --clean --no-block --force --user --system'
         [ARG]='-p --profile --copy -H --host -M --machine --extension'
     )