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 2cef01a5a..98946666d 100644 --- a/youtube_dlc/options.py +++ b/youtube_dlc/options.py @@ -924,7 +924,7 @@ def parseOpts(overrideArguments=None): filesystem.add_option( '--write-info-json', action='store_true', dest='writeinfojson', default=False, - help='Write video metadata to a .info.json file') + help='Write video metadata to a .info.json file. Note that this may contain personal information') filesystem.add_option( '--no-write-info-json', action='store_false', dest='writeinfojson', |