_("Execute price quote related commands. The following commands are supported.\n\n"
" info: \tShow Finance::Quote version and exposed quote sources.\n"
" get: \tFetch current quotes for all foreign currencies and stocks in the given GnuCash datafile.\n"))
" get: \tFetch current quotes for all foreign currencies and stocks in the given GnuCash datafile.\n"
" dump: \tFetch current quotes for specified currencies or stocks from a specified namespace and print the results to the console.\n"
"\tThis must be followed with a source and one or more symbols, unless the source is \"currency\" in which case it must be followed with two or more symbols, the first of which is the currency in which exchange rates for the rest will be quoted.\n"))
("namespace",bpo::value(&m_namespace),
_("Regular expression determining which namespace commodities will be retrieved for"));
_("Regular expression determining which namespace commodities will be retrieved for when using the get command"))
("verbose,V",bpo::bool_switch(&m_verbose),
_("When using the dump command list all of the parameters Finance::Quote returns for the symbol instead of the ones that Gnucash requires."));