Fixing inaccurate Usage message for the `--openstack-net-id` option

Signed-off-by: Dave Henderson <Dave.Henderson@ca.ibm.com>
This commit is contained in:
Dave Henderson 2015-03-05 20:05:09 -05:00
parent b5dd34a90e
commit ff49264b6f
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ func GetCreateFlags() []cli.Flag {
},
cli.StringFlag{
Name: "openstack-net-id",
Usage: "OpenStack image name to use for the instance",
Usage: "OpenStack network id the machine will be connected on",
Value: "",
},
cli.StringFlag{