Add driver names to a few flag descriptions to make is consistent

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2015-02-09 10:18:55 +10:00
parent 4c36962ef1
commit 5c4ee75f4e
3 changed files with 7 additions and 7 deletions

View File

@@ -176,7 +176,7 @@ func GetCreateFlags() []cli.Flag {
// the BoolFlag default value is always false
cli.StringFlag{
Name: "openstack-docker-install",
Usage: "Set if docker have to be installed on the machine",
Usage: "Openstack should install docker on the machine",
Value: "true",
},
}