Update the help text for --create-separated-media

This commit is contained in:
KnugiHK
2024-04-21 12:35:09 +08:00
parent 524b3a4034
commit 1e7687f8e8

View File

@@ -251,7 +251,7 @@ def main():
dest="separate_media",
default=False,
action='store_true',
help="Create a copy of the media seperated per chat in <MEDIA>/separated/ directory (Android only)"
help="Create a copy of the media seperated per chat in <MEDIA>/separated/ directory"
)
args = parser.parse_args()