diff options
author | pukkandan <pukkandan@gmail.com> | 2021-01-12 21:23:31 +0530 |
---|---|---|
committer | pukkandan <pukkandan@gmail.com> | 2021-01-12 21:42:41 +0530 |
commit | f5546c0b3c77c7bd3b964c76bb5597d6f8905970 (patch) | |
tree | 0b8f2f3ef07f03944df67815b2c9dee824172afd /youtube_dlc/options.py | |
parent | 0ed3baddf2153bbf5205205ae0134edaa9a9ef5f (diff) | |
download | hypervideo-pre-f5546c0b3c77c7bd3b964c76bb5597d6f8905970.tar.lz hypervideo-pre-f5546c0b3c77c7bd3b964c76bb5597d6f8905970.tar.xz hypervideo-pre-f5546c0b3c77c7bd3b964c76bb5597d6f8905970.zip |
Fix typos (Closes #14)
:skip ci all
Co-authored by: FelixFrog
Diffstat (limited to 'youtube_dlc/options.py')
-rw-r--r-- | youtube_dlc/options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dlc/options.py b/youtube_dlc/options.py index 41ad8a579..75e8db988 100644 --- a/youtube_dlc/options.py +++ b/youtube_dlc/options.py @@ -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', |