summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhtgen2
1 files changed, 1 insertions, 1 deletions
diff --git a/htgen b/htgen
index 23e3b2a..2291a94 100755
--- a/htgen
+++ b/htgen
@@ -8,7 +8,7 @@ Server=htgen
action=handle_request
verbose=${HTGEN_VERBOSE-false}
while test $# -gt 0; do
- case $1 in)
+ case $1 in
--serve) action=serve; shift; continue;;
--verbose) verbose=true; shift; continue;;
*) echo "$0: error: bad argument: $1" >&2; exit 1;;