From 9599e8c4cd84d76fe4613f4971f00edf401c3b47 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 27 May 2018 20:36:50 +0200 Subject: Correcting typo in verbose option handling of container remove command. Signed-off-by: Daniel Baumann --- lib/container/remove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/container') 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 ;; -- cgit v1.2.3