summaryrefslogtreecommitdiffstats
path: root/shell-completion
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2024-04-08 02:57:26 +0200
committerLuca Boccassi <bluca@debian.org>2024-04-18 11:47:29 +0200
commitd3322c1fdb2369960b4755aba08e01383850e777 (patch)
treea86abbdc763947290845288307b9b36d4744f15e /shell-completion
parentportablectl: add --clean parameter for detaching (diff)
downloadsystemd-d3322c1fdb2369960b4755aba08e01383850e777.tar.xz
systemd-d3322c1fdb2369960b4755aba08e01383850e777.zip
bash completion: add missing parameters for portablectl
Diffstat (limited to 'shell-completion')
-rw-r--r--shell-completion/bash/portablectl2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/portablectl b/shell-completion/bash/portablectl
index cd6db324fc..8d88ab46bc 100644
--- a/shell-completion/bash/portablectl
+++ b/shell-completion/bash/portablectl
@@ -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'
)