--config-location - to provide options interactively
This commit is contained in:
parent
d2ff2c91bb
commit
6b9e832db7
4 changed files with 19 additions and 13 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue