From 177fd905aafdccc5c40f82aae65819433deccd92 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 31 Oct 2017 18:15:28 +0100 Subject: Adding sh shortcut for shell format in container list command. Signed-off-by: Daniel Baumann --- share/bash-completion/container | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/bash-completion/container') diff --git a/share/bash-completion/container b/share/bash-completion/container index 8ef38cf..8534680 100644 --- a/share/bash-completion/container +++ b/share/bash-completion/container @@ -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 ;; -- cgit v1.2.3