Update Readme

This commit is contained in:
Alexandre Possebom 2014-09-20 21:03:59 -03:00
parent 0bd4c72b6e
commit c2085c193d
1 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,9 @@ Twik
Python version of Twik
```
Usage: twik [-h] [-c C] [-p {1,2,3}] tag
positional arguments:
@ -13,9 +16,12 @@ positional arguments:
-c C length of generated password
-p {1,2,3} 1 for ALPHANUMERIC_AND_SPECIAL_CHAR, 2 for ALPHANUMERIC and 3 for NUMERIC
```
Private Key is stored in ~/twik.conf you need change it to match with chrome extension and android app:
```
[Profile]
private_key = TFCY2AJI-NBPU-V01E-F7CP-PJIZNRKPF25W
```