summaryrefslogtreecommitdiffstats
path: root/lib/container/auto
diff options
context:
space:
mode:
Diffstat (limited to 'lib/container/auto')
-rwxr-xr-xlib/container/auto4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/container/auto b/lib/container/auto
index 247b667..ac65595 100755
--- a/lib/container/auto
+++ b/lib/container/auto
@@ -24,8 +24,8 @@ CONFIG="/etc/container-tools/config"
Parameters ()
{
- LONG_OPTIONS="start,stop"
- OPTIONS="s,t"
+ LONG_OPTIONS="start,stop,"
+ OPTIONS="s,t,"
PARAMETERS="$(getopt --longoptions ${LONG_OPTIONS} --name=${COMMAND} --options ${OPTIONS} --shell sh -- ${@})"