From f33d7028eb3f338005a65c188dfeca523e1dae64 Mon Sep 17 00:00:00 2001 From: Mike Clark Date: Fri, 19 Oct 2018 09:22:49 +0800 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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