Update pairs_file cli argument description

This commit is contained in:
Matthias
2022-09-11 09:02:06 +02:00
parent 4476b5a7f4
commit ccc70a21f2
2 changed files with 7 additions and 6 deletions

View File

@@ -393,7 +393,8 @@ AVAILABLE_CLI_OPTIONS = {
# Download data
"pairs_file": Arg(
'--pairs-file',
help='File containing a list of pairs to download.',
help='File containing a list of pairs. '
'Takes precedence over --pairs or pairs configured in the configuration.',
metavar='FILE',
),
"days": Arg(