fix option names
This commit is contained in:
parent
066f03f95a
commit
ed10fc4acc
@ -232,9 +232,9 @@ main (int argc,
|
|||||||
{
|
{
|
||||||
struct GNUNET_GETOPT_CommandLineOption options[] = {
|
struct GNUNET_GETOPT_CommandLineOption options[] = {
|
||||||
|
|
||||||
GNUNET_GETOPT_option_flag ('h',
|
GNUNET_GETOPT_option_flag ('a',
|
||||||
"history",
|
"history",
|
||||||
"Wire plugin to use",
|
"Ask to get the list of transactions.",
|
||||||
&history),
|
&history),
|
||||||
|
|
||||||
GNUNET_GETOPT_option_flag ('t',
|
GNUNET_GETOPT_option_flag ('t',
|
||||||
@ -257,7 +257,7 @@ main (int argc,
|
|||||||
"ACCOUNT-SECTION",
|
"ACCOUNT-SECTION",
|
||||||
"Which config section has the"
|
"Which config section has the"
|
||||||
" credentials to access the"
|
" credentials to access the"
|
||||||
" bank.\n",
|
" bank. Mandatory.\n",
|
||||||
&account_section),
|
&account_section),
|
||||||
|
|
||||||
GNUNET_GETOPT_OPTION_END
|
GNUNET_GETOPT_OPTION_END
|
||||||
@ -272,7 +272,7 @@ main (int argc,
|
|||||||
(argc,
|
(argc,
|
||||||
argv,
|
argv,
|
||||||
"taler-wire",
|
"taler-wire",
|
||||||
"Perform wire transfers using plugin PLUGIN",
|
"CLI bank client.",
|
||||||
options,
|
options,
|
||||||
&run,
|
&run,
|
||||||
NULL))
|
NULL))
|
||||||
|
Loading…
Reference in New Issue
Block a user