From c2085c193d925060b231597a912444bdb3be5320 Mon Sep 17 00:00:00 2001 From: Alexandre Possebom Date: Sat, 20 Sep 2014 21:03:59 -0300 Subject: [PATCH] Update Readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 328c58d..4feb890 100644 --- a/README.md +++ b/README.md @@ -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 - +```