Fix options metavars shown in the helpstring
This commit is contained in:
parent
ff6a3465a7
commit
bd08874f1f
@ -283,11 +283,13 @@ AVAILABLE_CLI_OPTIONS = {
|
||||
'--quote',
|
||||
help='Specify quote currency(-ies). Space-separated list.',
|
||||
nargs='+',
|
||||
metavar='QUOTE_CURRENCY',
|
||||
),
|
||||
"base_currencies": Arg(
|
||||
'--base',
|
||||
help='Specify base currency(-ies). Space-separated list.',
|
||||
nargs='+',
|
||||
metavar='BASE_CURRENCY',
|
||||
),
|
||||
# Script options
|
||||
"pairs": Arg(
|
||||
|
Loading…
Reference in New Issue
Block a user