summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-02-11 19:52:20 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-02-11 19:52:20 +0100
commit398be48872a40f05f98253da8a65dfffd0117096 (patch)
treede21942bdb22cbf8ad99cf2758feb2031573e588 /src
parent014ae3190bf9da915dcd0b9ed524ca693666793c (diff)
downloadexchange-398be48872a40f05f98253da8a65dfffd0117096.tar.gz
exchange-398be48872a40f05f98253da8a65dfffd0117096.tar.bz2
exchange-398be48872a40f05f98253da8a65dfffd0117096.zip
4692. UX
Diffstat (limited to 'src')
-rw-r--r--src/exchange-tools/taler-wire.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/exchange-tools/taler-wire.c b/src/exchange-tools/taler-wire.c
index 04d61f782..eb1f944d9 100644
--- a/src/exchange-tools/taler-wire.c
+++ b/src/exchange-tools/taler-wire.c
@@ -308,8 +308,11 @@ run (void *cls,
if (GNUNET_YES == history)
execute_history ();
- else
+ else if (GNUNET_YES == transfer)
execute_wire_transfer ();
+ else
+ fprintf (stderr,
+ "Please give either --history/-H or --transfer/t\n");
}
/**