Missing parenthesis in help text

Add missing parenthesis in a help text for command
share-group-create.

TrivialFix

Change-Id: I04164e47f2c88bfd1828736f6f98e139d296d0c0
This commit is contained in:
Rodrigo Barbieri 2017-01-30 09:57:03 -02:00
parent 58933a6848
commit 56776ce009
1 changed files with 1 additions and 1 deletions

View File

@ -3900,7 +3900,7 @@ def do_share_group_type_access_remove(cs, args):
action='single_alias',
metavar='<availability-zone>',
help='Optional availability zone in which group should be created. '
'(Default=None')
'(Default=None)')
@cliutils.service_type('sharev2')
@api_versions.experimental_api
def do_share_group_create(cs, args):