utils: Fix store_json dest.
This commit is contained in:
@@ -30,7 +30,7 @@ try:
|
|||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--store-json',
|
'--store-json',
|
||||||
dest='store-json',
|
dest='store_json',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
default=False
|
default=False
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user