summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index d07ec3d..97529ee 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,13 @@ standing bugs with the old version, and add some more advanced options.
Usage
-----
+./bladictionary.py [word] [type] [dictionary]
+
+Type is the word type, eg noun, verb, adjective, adverb. If none is
+specified, all will be printed
+Dictionaries available at the moment are wn (WordNet) and oed (Oxford
+English Dictionary). Default is wn.
+
This script designed to be used in IRC with a specific bot, but should
work fine from the command line using stdin or args (once that's done).