diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-02-11 19:52:20 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-02-11 19:52:20 +0100 |
commit | 398be48872a40f05f98253da8a65dfffd0117096 (patch) | |
tree | de21942bdb22cbf8ad99cf2758feb2031573e588 /src/exchange-tools | |
parent | 014ae3190bf9da915dcd0b9ed524ca693666793c (diff) |
4692. UX
Diffstat (limited to 'src/exchange-tools')
-rw-r--r-- | src/exchange-tools/taler-wire.c | 5 |
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"); } /** |