Fix options metavars shown in the helpstring

This commit is contained in:
hroff-1902 2019-10-17 17:31:49 +03:00
parent ff6a3465a7
commit bd08874f1f

View File

@ -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(