From 34095d718ea653678e29bd60ac32740c13df3417 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 1 Nov 2017 09:16:57 +0100 Subject: Adding upstream version 20171101. Signed-off-by: Daniel Baumann --- share/bash-completion/container | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share/bash-completion') diff --git a/share/bash-completion/container b/share/bash-completion/container index ffa042d..e2fa4d3 100644 --- a/share/bash-completion/container +++ b/share/bash-completion/container @@ -43,7 +43,7 @@ _container() return 0 ;; - console) + console|con) case "${prev}" in -n|--name) opts=$(container list -s -f shell) @@ -128,7 +128,7 @@ _container() ;; -f|--format) - opts="cli csv json nwdiag shell yaml xml" + opts="cli csv json nwdiag shell sh yaml xml" COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) return 0 ;; @@ -243,7 +243,7 @@ _container() return 0 ;; - version) + version|ver) return 0 ;; -- cgit v1.2.3