Fix image set properties error

Change-Id: Ia290935c8a040221caf1a46ca29a7bb2e5df1ce6
This commit is contained in:
Dean Troyer 2014-01-06 09:42:40 -06:00
parent 202c3e375b
commit 7b999d786c

View File

@ -313,6 +313,7 @@ class SetImage(show.ShowOne):
"--property",
dest="properties",
metavar="<key=value>",
default={},
action=parseractions.KeyValueAction,
help="Set property on this image "
'(repeat option to set multiple properties)',