diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2018-05-03 09:57:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2018-05-03 09:57:58 +0000 |
commit | 7034bdfaf3e91b132ca0b68167570e4ed9384e2f (patch) | |
tree | 9fd2b0322aa7d91e16ccd00634896337630787ce /share/bash-completion/container | |
parent | Removing suite reference in examples of container-create-debconf manpage. (diff) | |
download | compute-tools-7034bdfaf3e91b132ca0b68167570e4ed9384e2f.tar.xz compute-tools-7034bdfaf3e91b132ca0b68167570e4ed9384e2f.zip |
Adding -v, --verbose option to container-create command to be used e.g. when mass-creating new containers in a row.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/bash-completion/container')
-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 0a9af1a..29643c2 100644 --- a/share/bash-completion/container +++ b/share/bash-completion/container @@ -76,7 +76,7 @@ _container() ;; *) - opts="-n --name -c --capability -d --drop-capability -s --script -b --bind --bind-ro" + opts="-n --name -c --capability -d --drop-capability -s --script -v --verbose -b --bind --bind-ro" COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) ) return 0 ;; |