summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wikicvt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wikicvt.py b/wikicvt.py
index 5b8e5a0..418ec26 100644
--- a/wikicvt.py
+++ b/wikicvt.py
@@ -30,7 +30,7 @@ def main():
lang = "pl"
try:
opts, args = getopt.getopt(sys.argv[1:], "hl:tv",
- ["help", "lang", "text", "verbose" ])
+ ["help", "lang=", "text", "verbose" ])
except getopt.GetoptError:
usage(1)

Return to:

Send suggestions and report system problems to the System administrator.