We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9118a48 commit 26ed9f5Copy full SHA for 26ed9f5
main.go
@@ -185,7 +185,7 @@ func initializeCmdLine(parser *argparse.Parser) map[string]interface{} {
185
{"A", "add", "Add a new entry", "", ""},
186
{"p", "path", "Show current database path", "", ""},
187
{"a", "list-all", "List all entries in current database", "", ""},
188
- {"g", "genpass", "Generate a strong password of length from 8 - 12", "", ""},
+ {"g", "genpass", "Generate a strong password of length from 12 - 16", "", ""},
189
{"s", "show", "Show passwords when listing entries", "", ""},
190
{"c", "copy", "Copy password to clipboard", "", ""},
191
{"v", "version", "Show version information and exit", "", ""},
0 commit comments