diff options
author | Asa Venton <asav1410@gmail.com> | 2020-10-19 18:24:11 +0100 |
---|---|---|
committer | Asa Venton <asav1410@gmail.com> | 2020-10-19 18:24:11 +0100 |
commit | bbcfc66e10fbaadec6491771ca44b2c53c9bfadd (patch) | |
tree | de3cee2ae259a8778e227c097facc095dd23816e | |
parent | 5921e349f42bc1cf1d2e65dbca7a6afe6f4d9263 (diff) |
Ass -wod to help.
-rwxr-xr-x | oedquery.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oedquery.sh b/oedquery.sh index e21c6f0..7be1957 100755 --- a/oedquery.sh +++ b/oedquery.sh @@ -132,7 +132,7 @@ _wod() { } _help() { - echo "Usage: !oed [option] [word]. Options: -h help -t thesaurus -e etymology -d define -a audio -s source" + echo "Usage: !oed [option] [word]. Options: -h help, -t thesaurus, -e etymology, -d define, -a audio, -wod word of the day, -s source." exit 0 } |