Skip to content

Commit

Permalink
[options] Standardize mentoined configuration file location (Fixes #4…
Browse files Browse the repository at this point in the history
…367)
  • Loading branch information
phihag committed Dec 4, 2014
1 parent eecd6a4 commit d4e06d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion youtube_dl/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,10 @@ def _hide_login_info(opts):
general.add_option(
'--ignore-config',
action='store_true',
help='Do not read configuration files. When given in the global configuration file /etc/youtube-dl.conf: do not read the user configuration in ~/.config/youtube-dl.conf (%APPDATA%/youtube-dl/config.txt on Windows)')
help='Do not read configuration files. '
'When given in the global configuration file /etc/youtube-dl.conf: '
'Do not read the user configuration in ~/.config/youtube-dl/config '
'(%APPDATA%/youtube-dl/config.txt on Windows)')
general.add_option(
'--flat-playlist',
action='store_const', dest='extract_flat', const='in_playlist',
Expand Down

0 comments on commit d4e06d4

Please sign in to comment.