1 Star 0 Fork 5

hongjinghao/expect

forked from src-openEuler/expect 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
expect-5.45-mkpasswd-man.patch 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
hexiaowen 提交于 2019-09-30 10:38 . Package init
diff -up expect5.45/example/mkpasswd.man.mkpasswd-man expect5.45/example/mkpasswd.man
--- expect5.45/example/mkpasswd.man.mkpasswd-man 2000-08-04 20:01:56.000000000 +0200
+++ expect5.45/example/mkpasswd.man 2013-08-13 16:36:26.860711972 +0200
@@ -40,8 +40,8 @@ The following example creates a 20 chara
The
.B \-d
-flag defines the minimum number of digits that must be in the password.
-The default is 2. The following example creates a password with at least
+flag defines the number of digits that must be in the password.
+The default is 2. The following example creates a password with
3 digits.
mkpasswd -d 3
@@ -53,12 +53,12 @@ The default is 2.
The
.B \-C
-flag defines the minimum number of uppercase alphabetic characters that must be in the password.
+flag defines the number of uppercase alphabetic characters that must be in the password.
The default is 2.
The
.B \-s
-flag defines the minimum number of special characters that must be in the password.
+flag defines the number of special characters that must be in the password.
The default is 1.
The
@@ -80,7 +80,7 @@ By default, it is suppressed.
.SH EXAMPLE
The following example creates a 15-character password
-that contains at least 3 digits and 5 uppercase characters.
+that contains 3 digits and 5 uppercase characters.
mkpasswd -l 15 -d 3 -C 5
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hongjinghao/expect.git
[email protected]:hongjinghao/expect.git
hongjinghao
expect
expect
master

搜索帮助