Corrects description for mode option in ssh command (#4420)
Fixes #4375
This commit is contained in:
parent
739362b081
commit
45fe086107
|
@ -94,7 +94,7 @@ func (c *SSHCommand) Flags() *FlagSets {
|
|||
Default: "",
|
||||
EnvVar: "",
|
||||
Completion: complete.PredictSet("ca", "dynamic", "otp"),
|
||||
Usage: "Name of the role to use to generate the key.",
|
||||
Usage: "Name of the authentication mode (ca, dynamic, otp).",
|
||||
})
|
||||
|
||||
f.StringVar(&StringVar{
|
||||
|
|
|
@ -65,7 +65,7 @@ flags](/docs/commands/index.html) included on all commands.
|
|||
|
||||
### SSH Options
|
||||
|
||||
- `-mode` `(string: "")` - Name of the role to use to generate the key.
|
||||
- `-mode` `(string: "")` - Name of the authentication mode (ca, dynamic, otp)."
|
||||
|
||||
- `-mount-point` `(string: "ssh/")` - Mount point to the SSH secrets engine.
|
||||
|
||||
|
|
Loading…
Reference in New Issue