Trivial: Fix incorrect comment text

Change-Id: Ia6ec15f11a535a8de5769569d75e81094caed171
This commit is contained in:
Tang Chen
2016-04-14 17:21:53 +08:00
parent be6027e09b
commit 46decfbd7a
3 changed files with 3 additions and 3 deletions

View File

@@ -249,7 +249,7 @@ class UnsetSnapshot(command.Command):
action='append',
default=[],
help='Property to remove from snapshot '
'(repeat option to remove multiple values)',
'(repeat option to remove multiple properties)',
required=True,
)
return parser

View File

@@ -240,7 +240,7 @@ class UnsetSnapshot(command.Command):
action='append',
default=[],
help='Property to remove from snapshot '
'(repeat option to remove multiple values)',
'(repeat option to remove multiple properties)',
)
return parser