summaryrefslogtreecommitdiffstats
path: root/lib/container/enter
diff options
context:
space:
mode:
Diffstat (limited to 'lib/container/enter')
-rwxr-xr-xlib/container/enter3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/container/enter b/lib/container/enter
index 0de88da..101b43e 100755
--- a/lib/container/enter
+++ b/lib/container/enter
@@ -25,8 +25,7 @@ MACHINES="/var/lib/machines"
Parameters ()
{
LONG_OPTIONS="name:,"
-
- OPTIONS="n:"
+ OPTIONS="n:,"
PARAMETERS="$(getopt --longoptions ${LONG_OPTIONS} --name=${COMMAND} --options ${OPTIONS} --shell sh -- ${@})"