diff --git a/README.md b/README.md index f28f05d..0f27df1 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ $ join_dicts.py [options] ... #### ARGS ``` bash --d ... # Dictionaries to combine + ... -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