summaryrefslogtreecommitdiffstats
path: root/tools/cluster-helper.in
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cluster-helper.in')
-rwxr-xr-xtools/cluster-helper.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cluster-helper.in b/tools/cluster-helper.in
index d8dac6e..5bfe890 100755
--- a/tools/cluster-helper.in
+++ b/tools/cluster-helper.in
@@ -72,7 +72,7 @@ while true ; do
-I) replace=$2; shift; shift;;
--list|list) format=$2; command=list; shift; shift;;
--add|add) command=group-add; shift;;
- --create|create) group="$2", command=group-create; shift; shift;;
+ --create|create) group="$2"; command=group-create; shift; shift;;
--run|run) command=run; shift;;
--copy|copy) command=copy; shift; break ;;
--key|key) command=key; shift; break ;;