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