mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-04-25 15:31:38 +00:00
Updated help description
This commit is contained in:
@@ -214,10 +214,11 @@ def setup_argument_parser() -> ArgumentParser:
|
|||||||
dest="incremental_merge",
|
dest="incremental_merge",
|
||||||
default=False,
|
default=False,
|
||||||
action='store_true',
|
action='store_true',
|
||||||
help=("Performs an incremental merge of two exports."
|
help=("Performs an incremental merge of two exports. "
|
||||||
"Requires setting both --source-dir and --target-dir."
|
"Requires setting both --source-dir and --target-dir. "
|
||||||
"The chats and media of the source directory will be merged into the target directory."
|
"The chats (JSON files only) and media from the source directory will be merged into the target directory. "
|
||||||
"No chats or media will be deleted from the target directory, only new chats and media will be added to it."
|
"No chat messages or media will be deleted from the target directory; only new chat messages and media will be added to it. "
|
||||||
|
"This enables chat messages and media to be deleted from the device to free up space, while ensuring they are preserved in the exported backups."
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
inc_merging_group.add_argument(
|
inc_merging_group.add_argument(
|
||||||
|
|||||||
Reference in New Issue
Block a user