浏览代码

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

pull/395/head
Jose R. Gonzalez 5 年前
committed by Guillaume Vincent
父节点
当前提交
4d870ad265
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      cli/lesspass/help.py

+ 1
- 1
cli/lesspass/help.py 查看文件

@@ -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


正在加载...
取消
保存