1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:22:09 +02:00

pwgen: add Chinese translation

This commit is contained in:
wizarot 2019-03-13 11:31:49 +08:00 committed by Owen Voke
parent dc3610aa59
commit 201c6c55f0

15
pages.zh/osx/pwgen.md Normal file
View file

@ -0,0 +1,15 @@
# pwgen
> 生成可拼写发音的密码.
- 生成指定长度的随机密码:
`pwgen -y {{长度}}`
- 生成安全、难以记忆的密码:
`pwgen -s {{长度}}`
- 生成至少包含一个大写字母的密码:
`pwgen -c {{长度}}`