Fix the bug of incorrect spelling
The word "mutiple" should be spelled as "multiple", so it is changed. Change-Id: Ie1ac8198197d86918eab551ef958ba4c3e64cae3
This commit is contained in:
parent
104a5b4c81
commit
9aa761f8b7
@ -257,7 +257,7 @@ def do_node_update(cc, args):
|
||||
action='append',
|
||||
default=[],
|
||||
help=("Argument to be passed to the vendor-passthru method. Can "
|
||||
"be specified mutiple times."))
|
||||
"be specified multiple times."))
|
||||
@cliutils.arg('--http-method',
|
||||
metavar='<http-method>',
|
||||
choices=['POST', 'PUT', 'GET', 'DELETE', 'PATCH'],
|
||||
|
Loading…
Reference in New Issue
Block a user