diff options
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', |