[options] Add --load-info-json alias for symmetry with --write-info-json
This commit is contained in:
parent
7b0d1c2859
commit
244fe977fe
1 changed files with 1 additions and 1 deletions
|
@ -668,7 +668,7 @@ def parseOpts(overrideArguments=None):
|
||||||
action='store_true', dest='writeannotations', default=False,
|
action='store_true', dest='writeannotations', default=False,
|
||||||
help='Write video annotations to a .annotations.xml file')
|
help='Write video annotations to a .annotations.xml file')
|
||||||
filesystem.add_option(
|
filesystem.add_option(
|
||||||
'--load-info',
|
'--load-info-json', '--load-info',
|
||||||
dest='load_info_filename', metavar='FILE',
|
dest='load_info_filename', metavar='FILE',
|
||||||
help='JSON file containing the video information (created with the "--write-info-json" option)')
|
help='JSON file containing the video information (created with the "--write-info-json" option)')
|
||||||
filesystem.add_option(
|
filesystem.add_option(
|
||||||
|
|
Loading…
Reference in a new issue