Fix --no-overwrite
This commit is contained in:
parent
f3917c6e4d
commit
48c6372cf4
@ -191,9 +191,7 @@ def register_options(parser: Manager) -> None:
|
||||
file=False,
|
||||
)
|
||||
parser.add_setting(
|
||||
# "--no-overwrite",
|
||||
# "--nooverwrite",
|
||||
"--temporary",
|
||||
"--no-overwrite",
|
||||
dest="no_overwrite",
|
||||
action="store_true",
|
||||
help="""Don't modify tag block if it already exists (relevant for -s or -c).""",
|
||||
|
@ -94,9 +94,9 @@ def comicvine(parser: Manager) -> None:
|
||||
)
|
||||
parser.add_setting("--use-series-start-as-volume", default=False, action=argparse.BooleanOptionalAction)
|
||||
parser.add_setting(
|
||||
"--overwrite",
|
||||
"--clear-metadata",
|
||||
default=True,
|
||||
help="Overwrite all existing metadata.\nMay be used in conjunction with -o, -f and -m.\n\n",
|
||||
help="Clears all existing metadata during import, default is to merges metadata.\nMay be used in conjunction with -o, -f and -m.\n\n",
|
||||
dest="clear_metadata_on_import",
|
||||
action=argparse.BooleanOptionalAction,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user