diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-18 23:49:37 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-18 23:49:37 +0100 |
commit | db669ee495a29384c6d592cb1080db58e832a649 (patch) | |
tree | 0bbc1a119098467eb731cd53c59d9df4dba079d7 /src/exchange-tools/taler-exchange-keyup.c | |
parent | 6e17a847e8267ae10beaa8fc849bf10517088ab2 (diff) |
payback -> recoup stranglers
Diffstat (limited to 'src/exchange-tools/taler-exchange-keyup.c')
-rw-r--r-- | src/exchange-tools/taler-exchange-keyup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange-tools/taler-exchange-keyup.c b/src/exchange-tools/taler-exchange-keyup.c index 577823804..ae7d37d33 100644 --- a/src/exchange-tools/taler-exchange-keyup.c +++ b/src/exchange-tools/taler-exchange-keyup.c @@ -1133,7 +1133,7 @@ create_wire_fees () /** - * Revoke the denomination key matching @a hc and request /payback to be + * Revoke the denomination key matching @a hc and request /recoup to be * initiated. * * @param hc denomination key hash to revoke @@ -1443,7 +1443,7 @@ main (int argc, GNUNET_GETOPT_option_base32_auto ('r', "revoke", "DKH", - "revoke denomination key hash (DKH) and request wallets to initiate /payback", + "revoke denomination key hash (DKH) and request wallets to initiate /recoup", &revoke_dkh), GNUNET_GETOPT_option_absolute_time ('t', "time", |