Commit eba69816 authored by Benjamin REED's avatar Benjamin REED

added helpmsg for strength command

parent 5981970a
...@@ -23,6 +23,7 @@ USAGES = { ...@@ -23,6 +23,7 @@ USAGES = {
\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))\
", ",
"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 )",
"dbg": "dbg ( Prints a debug output of the manager's state )", "dbg": "dbg ( Prints a debug output of the manager's state )",
"list": "list [ <label> <password> ](Prints the passwords currently stored 'label' = the password you want to decrypt)", "list": "list [ <label> <password> ](Prints the passwords currently stored 'label' = the password you want to decrypt)",
......
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