Fix default service-type name in help
Change-Id: I67483d31ffb71b6038aa41f79bdef17b50cd006e
This commit is contained in:
@@ -322,7 +322,7 @@ class OpenStackSavannaShell(object):
|
||||
|
||||
parser.add_argument('--service-type',
|
||||
metavar='<service-type>',
|
||||
help='Defaults to mapreduce for most actions')
|
||||
help='Defaults to data_processing for all actions')
|
||||
parser.add_argument('--service_type',
|
||||
help=argparse.SUPPRESS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user