Corrects description for mode option in ssh command (#4420)

Fixes #4375
This commit is contained in:
Malhar Vora 2018-04-22 23:12:46 +05:30 committed by Jeff Mitchell
parent 739362b081
commit 45fe086107
2 changed files with 2 additions and 2 deletions

View File

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

View File

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