提交 a1843a53 作者: Justin Drake 提交者: Jeromy

Fix typo spotted by @whyursleeping

License: MIT
Signed-off-by: 's avatarJustin Drake <drakefjustin@gmail.com>
上级 6f0a10ef
...@@ -53,7 +53,7 @@ environment variable: ...@@ -53,7 +53,7 @@ environment variable:
}, },
Options: []cmds.Option{ Options: []cmds.Option{
cmds.IntOption("bits", "b", "Number of bits to use in the generated RSA private key.").Default(nBitsForKeypairDefault), cmds.IntOption("bits", "b", "Number of bits to use in the generated RSA private key.").Default(nBitsForKeypairDefault),
cmds.IntOption("key-type", "k", "Key type (RSA or Ed25519-id").Default(keypairTypeDefault), cmds.IntOption("key-type", "k", "Key type (RSA or Ed25519-id)").Default(keypairTypeDefault),
cmds.BoolOption("empty-repo", "e", "Don't add and pin help files to the local storage.").Default(false), cmds.BoolOption("empty-repo", "e", "Don't add and pin help files to the local storage.").Default(false),
cmds.StringOption("profile", "p", "Apply profile settings to config. Multiple profiles can be separated by ','"), cmds.StringOption("profile", "p", "Apply profile settings to config. Multiple profiles can be separated by ','"),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论