fixed typo in usage instructions
authorSteven Tobin <tobin2402 (at) gmail.com>
Tue, 17 Jul 2012 11:15:25 +0000 (12:15 +0100)
committerSteven Tobin <tobin2402 (at) gmail.com>
Tue, 17 Jul 2012 11:15:25 +0000 (12:15 +0100)
README.mkd
xkcd-password.py

index 506cffb475cc29eddd5ec12e25cae5ed798a25d0..f123d733b33405a92d3b7e973293732cbbd95f9a 100644 (file)
@@ -20,7 +20,7 @@ xkcd-password.py [options]
 
 * `-i, --interactive` Interactively select a password
 
-* `-v VALID_CHARS, --valid_chars=VALID_CHARS` Valid chars, using regexp style (e.g. '[a-z]'
+* `-v VALID_CHARS, --valid_chars=VALID_CHARS` Valid chars, using regexp style (e.g. '[a-z]')
 
 * `-V, --verbose` Report various metrics for given options
 
index 5651c28d3c5a7d394086c157ccabb1412b9df5f3..4a49b3abc20efbe187f3534249af4dba159e80a7 100755 (executable)
@@ -202,7 +202,7 @@ if __name__ == '__main__':
                       help="Interactively select a password")
     parser.add_option("-v", "--valid_chars", dest="valid_chars",
                       default='.',
-                      help="Valid chars, using regexp style (e.g. '[a-z]'")
+                      help="Valid chars, using regexp style (e.g. '[a-z]')")
     parser.add_option("-V", "--verbose", dest="verbose",
                       default=False, action="store_true",
                       help="Report various metrics for given options")
git clone https://git.99rst.org/PROJECT