1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-03 23:43:21 -04:00

Fix typos (Closes #14)

:skip ci all

Co-authored by: FelixFrog
This commit is contained in:
pukkandan
2021-01-12 21:23:31 +05:30
parent 0ed3baddf2
commit f5546c0b3c
6 changed files with 16 additions and 16 deletions

View File

@@ -785,7 +785,7 @@ def parseOpts(overrideArguments=None):
verbosity.add_option(
'-C', '--call-home',
dest='call_home', action='store_true', default=False,
help='Contact the youtube-dlc server for debugging')
help='[Broken] Contact the youtube-dlc server for debugging')
verbosity.add_option(
'--no-call-home',
dest='call_home', action='store_false',