From a18674d73d1ef3472897c0f2049bf8131b9e4eb6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 1 Jul 2016 11:53:17 +0200 Subject: Adding upstream version 20160701. Signed-off-by: Daniel Baumann --- lib/container/stop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/container/stop') diff --git a/lib/container/stop b/lib/container/stop index fb470f6..dc78f05 100755 --- a/lib/container/stop +++ b/lib/container/stop @@ -27,8 +27,8 @@ CLEAN="false" Parameters () { - LONG_OPTIONS="name:,force,clean" - OPTIONS="n:,f" + LONG_OPTIONS="name:,force,clean," + OPTIONS="n:,f," PARAMETERS="$(getopt --longoptions ${LONG_OPTIONS} --name=${COMMAND} --options ${OPTIONS} --shell sh -- ${@})" -- cgit v1.2.3