summaryrefslogtreecommitdiff
path: root/src/exchange-tools
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-17 15:46:52 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-17 15:46:52 +0100
commitf930a8c9d07d5331feace2850e181987d7d1a305 (patch)
treee8678e7a9e7b5fe18d2dad3f7c884738759a2a2f /src/exchange-tools
parentb74612fc3362e64dcfb7eacad3602025ccfcf5ea (diff)
downloadexchange-f930a8c9d07d5331feace2850e181987d7d1a305.tar.gz
exchange-f930a8c9d07d5331feace2850e181987d7d1a305.tar.bz2
exchange-f930a8c9d07d5331feace2850e181987d7d1a305.zip
simplify further
Diffstat (limited to 'src/exchange-tools')
-rw-r--r--src/exchange-tools/taler-exchange-offline.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/exchange-tools/taler-exchange-offline.c b/src/exchange-tools/taler-exchange-offline.c
index df30f8018..5e065b5b1 100644
--- a/src/exchange-tools/taler-exchange-offline.c
+++ b/src/exchange-tools/taler-exchange-offline.c
@@ -2618,14 +2618,6 @@ do_show (char *const *args)
}
GNUNET_JSON_parse_free (spec);
}
- /* do NOT consume input if next argument is '-' */
- if ( (NULL != args[0]) &&
- (0 == strcmp ("-",
- args[0])) )
- {
- next (args + 1);
- return;
- }
json_decref (in);
in = NULL;
next (args);
@@ -3053,7 +3045,7 @@ work (void *cls)
{
.name = "wire-fee",
.help =
- "sign wire fees for the given year (year, wire fee and closing fee must be given as arguments)",
+ "sign wire fees for the given year (year, wire method, wire fee and closing fee must be given as arguments)",
.cb = &do_set_wire_fee
},
{