Trivial: Fix incorrect comment text
Change-Id: Ia6ec15f11a535a8de5769569d75e81094caed171
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|  | ||||
|   | ||||
| @@ -57,7 +57,7 @@ class CreateVolumeType(command.ShowOne): | ||||
|             '--property', | ||||
|             metavar='<key=value>', | ||||
|             action=parseractions.KeyValueAction, | ||||
|             help='Set a property on this volume type' | ||||
|             help='Set a property on this volume type ' | ||||
|                  '(repeat option to set multiple properties)', | ||||
|         ) | ||||
|         return parser | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tang Chen
					Tang Chen