Commit e114ffce authored by Benjamin REED's avatar Benjamin REED

update help function

parent 3a54f1f1
...@@ -25,6 +25,7 @@ USAGES = { ...@@ -25,6 +25,7 @@ USAGES = {
\n 'length' = num characters in password \ \n 'length' = num characters in password \
\n 'label' = optional name for the password \ \n 'label' = optional name for the password \
\n 'charset' = characters that can be in the password (use '-<characters>' to exclude a list of characters))\ \n 'charset' = characters that can be in the password (use '-<characters>' to exclude a list of characters))\
\n Note: Available characters are 'l': lowercase, 'u': uppercase, 's': special, 'n': numbers, and 'w': words (take words from dictionary)
", ",
"strength": "strength <password/label> - Evaluates the strength of a password, or if a label is provided then that password.", "strength": "strength <password/label> - Evaluates the strength of a password, or if a label is provided then that password.",
"echo": "echo <string content> ( 'string_content' = any text to be echoed )", "echo": "echo <string content> ( 'string_content' = any text to be echoed )",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment