Fix misleading help text

"manila help create" uses the term "Share type"
for the share protocol.

TrivialFix

Change-Id: I050737096bd6f02b22120f949990a303421db1c8
This commit is contained in:
Marc Koderer
2016-11-10 11:48:41 +01:00
parent 490d19e0ee
commit 3601281b56

View File

@@ -543,7 +543,7 @@ def do_rate_limits(cs, args):
'share_protocol',
metavar='<share_protocol>',
type=str,
help='Share type (NFS, CIFS, CephFS, GlusterFS or HDFS).')
help='Share protocol (NFS, CIFS, CephFS, GlusterFS or HDFS).')
@cliutils.arg(
'size',
metavar='<size>',