Trivial: Fix incorrect comment text
Change-Id: Ia6ec15f11a535a8de5769569d75e81094caed171
This commit is contained in:
parent
be6027e09b
commit
46decfbd7a
@ -249,7 +249,7 @@ class UnsetSnapshot(command.Command):
|
|||||||
action='append',
|
action='append',
|
||||||
default=[],
|
default=[],
|
||||||
help='Property to remove from snapshot '
|
help='Property to remove from snapshot '
|
||||||
'(repeat option to remove multiple values)',
|
'(repeat option to remove multiple properties)',
|
||||||
required=True,
|
required=True,
|
||||||
)
|
)
|
||||||
return parser
|
return parser
|
||||||
|
@ -240,7 +240,7 @@ class UnsetSnapshot(command.Command):
|
|||||||
action='append',
|
action='append',
|
||||||
default=[],
|
default=[],
|
||||||
help='Property to remove from snapshot '
|
help='Property to remove from snapshot '
|
||||||
'(repeat option to remove multiple values)',
|
'(repeat option to remove multiple properties)',
|
||||||
)
|
)
|
||||||
return parser
|
return parser
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user