From d3322c1fdb2369960b4755aba08e01383850e777 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Mon, 8 Apr 2024 01:57:26 +0100 Subject: [PATCH] bash completion: add missing parameters for portablectl --- shell-completion/bash/portablectl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) -- 2.47.3