Fix default service-type name in help

Change-Id: I67483d31ffb71b6038aa41f79bdef17b50cd006e
This commit is contained in:
Matthew Farrellee
2014-01-21 14:38:46 -05:00
parent fe072c0559
commit 307f445bef

View File

@@ -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)