summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst2
-rwxr-xr-xbin/wikitrans2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 7c53e3c..7838fa1 100644
--- a/README.rst
+++ b/README.rst
@@ -162,7 +162,7 @@ Options are:
``-l LANG``, ``--lang=LANG``
Set input document language.
``-o KW=VAL``, ``--option=KW=VAL``
- Pass the keyword argument ``KW=VAL`` to the parser class construct.
+ Pass the keyword argument ``KW=VAL`` to the parser class constructor.
``-d DEBUG``, ``--debug=DEBUG``
Set debug level (0..100).
``-D``, ``--dump``
diff --git a/bin/wikitrans b/bin/wikitrans
index 87de020..aaecb07 100755
--- a/bin/wikitrans
+++ b/bin/wikitrans
@@ -133,7 +133,7 @@ Otherwise, ARG is name of the file to read wiki material from.
action='callback', callback=setkw,
type='string', dest='kwdict',
default={},
- help='set keyword option for the parser class')
+ help='set keyword option for the parser class constructor')
parser.add_option('-d', '--debug',
action='store', type='int', dest='debug',
default=0,

Return to:

Send suggestions and report system problems to the System administrator.