diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2018-05-27 18:36:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2018-05-27 18:39:00 +0000 |
commit | 9599e8c4cd84d76fe4613f4971f00edf401c3b47 (patch) | |
tree | 283eef6a3047ac9888cee588b027c2914492b623 /lib/container/remove | |
parent | Setting dummy SSH_CLIENT variable during container enter to enable conditiona... (diff) | |
download | compute-tools-9599e8c4cd84d76fe4613f4971f00edf401c3b47.tar.xz compute-tools-9599e8c4cd84d76fe4613f4971f00edf401c3b47.zip |
Correcting typo in verbose option handling of container remove command.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | lib/container/remove | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/container/remove b/lib/container/remove index e8dd653..427bf4a 100755 --- a/lib/container/remove +++ b/lib/container/remove @@ -59,7 +59,7 @@ Parameters () shift 1 ;; - -f|--verbose) + -v|--verbose) VERBOSE="true" shift 1 ;; |