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:
@@ -543,7 +543,7 @@ def do_rate_limits(cs, args):
|
|||||||
'share_protocol',
|
'share_protocol',
|
||||||
metavar='<share_protocol>',
|
metavar='<share_protocol>',
|
||||||
type=str,
|
type=str,
|
||||||
help='Share type (NFS, CIFS, CephFS, GlusterFS or HDFS).')
|
help='Share protocol (NFS, CIFS, CephFS, GlusterFS or HDFS).')
|
||||||
@cliutils.arg(
|
@cliutils.arg(
|
||||||
'size',
|
'size',
|
||||||
metavar='<size>',
|
metavar='<size>',
|
||||||
|
Reference in New Issue
Block a user