Fix broken commit in autocluster.
authorMartin Schwenke <martin@meltin.net>
Fri, 15 Aug 2008 06:05:36 +0000 (16:05 +1000)
committerMartin Schwenke <martin@meltin.net>
Fri, 15 Aug 2008 06:07:38 +0000 (16:07 +1000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
autocluster

index 6adccfcf172b5674948fd5731156f096f78b4477..45335a33da33c05e8c3276914ad9302c290bfdd7 100755 (executable)
@@ -335,7 +335,8 @@ getopt_output=$(getopt -n autocluster -o "c:xh" -l help,dump -l "$long_opts" --
 
 use_default_config=true
 
-# We 2 passes of the options.  The first time we just handle usageor the first pass
+# We 2 passes of the options.  The first time we just handle usage and
+# check whether -c is being used.
 eval set -- "$getopt_output"
 while true ; do
     case "$1" in