From 2a6525758a538a01728f1e63dcd30b933f993796 Mon Sep 17 00:00:00 2001 From: Alexandre Possebom Date: Sat, 20 Sep 2014 20:26:07 -0300 Subject: [PATCH] Updated README --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 06351f3..26c783e 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,15 @@ Twik Python version of Twik -Only support Alphanumeric and Special Chars +Usage: twik [-h] [-c C] [-p {1,2,3}] tag +positional arguments: + tag generate password for a specified tag - -Usage : twik -c 12 -t reddit - --c is length --t is tag - + optional arguments: + -h, --help show this help message and exit + -c C length of generated password + -p {1,2,3} 1 for ALPHANUMERIC_AND_SPECIAL_CHAR, 2 for ALPHANUMERIC and 3for NUMERIC * TODO -* Better command line options support -* Add support for anothers password types - +* Only ALPHANUMERIC_AND_SPECIAL_CHAR password type is working