diff options
| author | Clifford Wolf <clifford@clifford.at> | 2018-06-10 17:57:52 +0200 |
|---|---|---|
| committer | Clifford Wolf <clifford@clifford.at> | 2018-06-10 17:57:52 +0200 |
| commit | 92751d505af0e2843694a1b59c89bb8896546aba (patch) | |
| tree | 4137687b2fb738a61c1e0f7e9753cd345c77220b | |
| parent | d0c7fe5bfb936a54f3f61551b1b635cdd72695dd (diff) | |
Fix icebox_html -8 mode
Signed-off-by: Clifford Wolf <clifford@clifford.at>
| -rwxr-xr-x | icebox/icebox_html.py | 2 |
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() |
