Updated Readme

This commit is contained in:
Alexandre Possebom 2014-09-26 16:45:12 -03:00
parent 08e3559f67
commit 654770eca1
1 changed files with 4 additions and 1 deletions

View File

@ -20,9 +20,11 @@ cd Twik
python setup.py install
```
## Usage instructions :
```
usage: twik [-h] [-c CHARS] [-p PROFILE] [-t {1,2,3}] tag
@ -38,7 +40,8 @@ optional arguments:
-t {1,2,3}, --passwordtype {1,2,3}
1 for ALPHANUMERIC_AND_SPECIAL_CHAR
2 for ALPHANUMERIC
3 for NUMERIC Default: 1
3 for NUMERIC
Default: 1
```