Merge "Revise help message of '--docker-volume-size' for baymodel-create"

This commit is contained in:
Jenkins 2015-11-21 15:32:21 +00:00 committed by Gerrit Code Review
commit dd68430d43
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ def _show_baymodel(baymodel):
'of the bay.')
@utils.arg('--docker-volume-size',
metavar='<docker-volume-size>',
help='Specify the size of the docker volume to use.')
help='Specify the number of size in GB '
'for the docker volume to use.')
@utils.arg('--http-proxy',
metavar='<http-proxy>',
help='The http_proxy address to use for nodes in bay.')