chore: update README.md usage

This commit is contained in:
Kentai Radiquum 2024-10-29 23:41:22 +05:00
parent 94df41eb44
commit 8921fd52d7
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 12 additions and 10 deletions

View file

@ -182,7 +182,7 @@ parser.add_argument(
"--dry",
dest="dry_run",
action="store_true",
help="disable multithreading download",
help="dry run (don't create folders and don't download files)",
)
args = parser.parse_args()