Fix typo: defaut → default. (#754)

This commit is contained in:
Unit 193
2020-05-14 17:37:15 -04:00
committed by GitHub
parent f8661c6578
commit b7ebf51229

View File

@@ -202,7 +202,7 @@ def build_parser():
downloader.add_argument(
"--http-timeout",
dest="timeout", metavar="SECONDS", type=float, action=ConfigAction,
help="Timeout for HTTP connections (defaut: 30.0)",
help="Timeout for HTTP connections (default: 30.0)",
)
downloader.add_argument(
"--sleep",