1
0
Fork 0

--config-location - to provide options interactively

This commit is contained in:
pukkandan 2022-05-24 17:30:28 +05:30
commit 6b9e832db7
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
4 changed files with 19 additions and 13 deletions

View file

@ -366,8 +366,8 @@ def create_parser():
'--config-locations',
dest='config_locations', metavar='PATH', action='append',
help=(
'Location of the main configuration file; either the path to the config or its containing directory. '
'Can be used multiple times and inside other configuration files'))
'Location of the main configuration file; either the path to the config or its containing directory '
'("-" for stdin). Can be used multiple times and inside other configuration files'))
general.add_option(
'--flat-playlist',
action='store_const', dest='extract_flat', const='in_playlist', default=False,