aboutsummaryrefslogtreecommitdiffstats
path: root/dlu.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-11-26 01:34:18 +0100
committerMattias Andrée <maandree@kth.se>2016-11-26 01:34:18 +0100
commit3f29c77bb94c5e81dd46fb110aa090f767a10579 (patch)
treeaee04b052d7ecb1b1924b8b8097c8f1072fa7781 /dlu.py
parentfirst commit (diff)
downloaddlu-3f29c77bb94c5e81dd46fb110aa090f767a10579.tar.gz
dlu-3f29c77bb94c5e81dd46fb110aa090f767a10579.tar.bz2
dlu-3f29c77bb94c5e81dd46fb110aa090f767a10579.tar.xz
Add manual
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'dlu.py')
-rwxr-xr-xdlu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dlu.py b/dlu.py
index 6d1eb6f..2a04348 100755
--- a/dlu.py
+++ b/dlu.py
@@ -8,7 +8,7 @@ global dictionary_name, sought_word, display_envs, x_reads, reads, wordmod, stan
if len(sys.argv) == 2 and sys.argv[1] == '-l':
f_list = True
elif len(sys.argv) != 3:
- print('Usage: dlu [DICTIONARY WORD | -l]', file = sys.stderr)
+ print('Usage: dlu (-l | DICTIONARY WORD)', file = sys.stderr)
sys.exit(1)
else:
dictionary_name = sys.argv[1]