Merge pull request #2458 from jeanlaurent/typo

Typo in EC2 Driver
This commit is contained in:
David Gageot 2015-11-30 17:37:30 +01:00
commit f00b0b83cf
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ func (d *Driver) GetCreateFlags() []mcnflag.Flag {
},
mcnflag.StringFlag{
Name: "amazonec2-ssh-user",
Usage: "set the name of the ssh user",
Usage: "Set the name of the ssh user",
Value: defaultSSHUser,
EnvVar: "AWS_SSH_USER",
},