summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-02-11 18:34:58 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-02-11 18:34:58 +0100
commited10fc4acc635733f41dac7e5cb7fdd03da07998 (patch)
treec8a773f3209233a9f33aec87d264027f69099ff5 /src
parent066f03f95a1f7c24c3b2f360f774144b120f42e8 (diff)
downloadexchange-ed10fc4acc635733f41dac7e5cb7fdd03da07998.tar.gz
exchange-ed10fc4acc635733f41dac7e5cb7fdd03da07998.tar.bz2
exchange-ed10fc4acc635733f41dac7e5cb7fdd03da07998.zip
fix option names
Diffstat (limited to 'src')
-rw-r--r--src/exchange-tools/taler-wire.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/exchange-tools/taler-wire.c b/src/exchange-tools/taler-wire.c
index 1aba95c34..6a0ecdbfd 100644
--- a/src/exchange-tools/taler-wire.c
+++ b/src/exchange-tools/taler-wire.c
@@ -232,9 +232,9 @@ main (int argc,
{
struct GNUNET_GETOPT_CommandLineOption options[] = {
- GNUNET_GETOPT_option_flag ('h',
+ GNUNET_GETOPT_option_flag ('a',
"history",
- "Wire plugin to use",
+ "Ask to get the list of transactions.",
&history),
GNUNET_GETOPT_option_flag ('t',
@@ -257,7 +257,7 @@ main (int argc,
"ACCOUNT-SECTION",
"Which config section has the"
" credentials to access the"
- " bank.\n",
+ " bank. Mandatory.\n",
&account_section),
GNUNET_GETOPT_OPTION_END
@@ -272,7 +272,7 @@ main (int argc,
(argc,
argv,
"taler-wire",
- "Perform wire transfers using plugin PLUGIN",
+ "CLI bank client.",
options,
&run,
NULL))