diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-10-31 17:15:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-10-31 17:18:03 +0000 |
commit | 177fd905aafdccc5c40f82aae65819433deccd92 (patch) | |
tree | f4cd691aa045ed0247016c508031d09c80043630 /share/bash-completion/container | |
parent | Adding con shortcut for container console command. (diff) | |
download | compute-tools-177fd905aafdccc5c40f82aae65819433deccd92.tar.xz compute-tools-177fd905aafdccc5c40f82aae65819433deccd92.zip |
Adding sh shortcut for shell format in container list command.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/bash-completion/container | 2 |
1 files changed, 1 insertions, 1 deletions
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 ;; |