aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xicebox/icebox_html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/icebox/icebox_html.py b/icebox/icebox_html.py
index 5f5fc58..fe1ba0c 100755
--- a/icebox/icebox_html.py
+++ b/icebox/icebox_html.py
@@ -35,7 +35,7 @@ def usage():
sys.exit(0)
try:
- opts, args = getopt.getopt(sys.argv[1:], "x:y:d:8:3")
+ opts, args = getopt.getopt(sys.argv[1:], "x:y:d:83")
except:
usage()