summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2018-05-27 18:36:50 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2018-05-27 18:39:00 +0000
commit9599e8c4cd84d76fe4613f4971f00edf401c3b47 (patch)
tree283eef6a3047ac9888cee588b027c2914492b623
parentSetting dummy SSH_CLIENT variable during container enter to enable conditiona... (diff)
downloadcompute-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>
-rwxr-xr-xlib/container/remove2
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
;;