Merge pull request #726 from hairyhenderson/openstack-net-id-usage-fix

Fixing inaccurate Usage message for the `--openstack-net-id` option
This commit is contained in:
Evan Hazlett
2015-03-09 22:42:24 -04:00

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{