]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bash completion: add missing parameters for portablectl 32144/head
authorLuca Boccassi <bluca@debian.org>
Mon, 8 Apr 2024 00:57:26 +0000 (01:57 +0100)
committerLuca Boccassi <bluca@debian.org>
Thu, 18 Apr 2024 09:47:29 +0000 (10:47 +0100)
shell-completion/bash/portablectl

index cd6db324fc4880a7af2c4c49d0737e48863bdd12..8d88ab46bc18005190fa8d3fe4b00f844c689161 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'
+                              --clean --no-block --force'
         [ARG]='-p --profile --copy -H --host -M --machine --extension'
     )