From: Luca Boccassi Date: Mon, 8 Apr 2024 00:57:26 +0000 (+0100) Subject: bash completion: add missing parameters for portablectl X-Git-Tag: v256-rc1~130^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F32144%2Fhead;p=thirdparty%2Fsystemd.git bash completion: add missing parameters for portablectl --- diff --git a/shell-completion/bash/portablectl b/shell-completion/bash/portablectl index cd6db324fc4..8d88ab46bc1 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' )