Browse Source

adding help text clarity around supported max-length (#391)

pull/395/head
Jose R. Gonzalez 5 years ago
committed by Guillaume Vincent
parent
commit
4d870ad265
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cli/lesspass/help.py

+ 1
- 1
cli/lesspass/help.py View File

@@ -31,7 +31,7 @@ Options:
-u, --uppercase add uppercase in password
-d, --digits add digits in password
-s, --symbols add symbols in password
-L, --length int (default 16)
-L, --length int (default 16, max 35)
-C, --counter int (default 1)
-p, --prompt interactively prompt SITE and LOGIN (prevent leak to shell history)
--no-lowercase remove lowercase from password


Loading…
Cancel
Save