summaryrefslogtreecommitdiffstats
path: root/share/bash-completion/container
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-05 08:27:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-06-05 08:27:42 +0000
commitdf8f3eccb410d23ea46774816ea47370fe7ef406 (patch)
tree2d4fbcec55e6ab05c42348ea2bbbe80eb7f16414 /share/bash-completion/container
parentAdding upstream version 20220604. (diff)
downloadopen-infrastructure-compute-tools-9f2b40c2e329d696414f45cfabe78f3a5f6baf24.tar.xz
open-infrastructure-compute-tools-9f2b40c2e329d696414f45cfabe78f3a5f6baf24.zip
Adding upstream version 20220605.upstream/20220605
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/bash-completion/container')
-rw-r--r--share/bash-completion/container4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/bash-completion/container b/share/bash-completion/container
index 7792201..5b57193 100644
--- a/share/bash-completion/container
+++ b/share/bash-completion/container
@@ -257,7 +257,7 @@ _container()
;;
*)
- opts="-n --name -f --force"
+ opts="-n --name -f --force -i --interactive -k --kill"
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
return 0
;;
@@ -315,7 +315,7 @@ _container()
status|st)
case "${prev}" in
-n|--name)
- opts="$(container list -t -f shell)"
+ opts="$(container list -f shell)"
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
return 0
;;