mirror of
https://github.com/wassname/join-dic-hunspell.git
synced 2026-06-27 16:10:12 +08:00
update readme
This commit is contained in:
@@ -15,12 +15,12 @@ $ join_dicts.py [options] <file/directory>...
|
||||
|
||||
#### ARGS
|
||||
``` bash
|
||||
-d <dictionary1> <dictionary2> ... # Dictionaries to combine
|
||||
<dictionary1> <dictionary2> ... -o out.dic # Dictionaries to combine then output dic
|
||||
```
|
||||
|
||||
#### EXAMPLE
|
||||
``` bash
|
||||
$ python join_dicts.py -d wordlist1.dic wordlist2.dic
|
||||
$ python join_dicts.py wordlist1.dic wordlist2.dic -o out.dic
|
||||
```
|
||||
|
||||
#### LICENSE
|
||||
|
||||
Reference in New Issue
Block a user