diff options
Diffstat (limited to 'src/kyclogic/taler-exchange-kyc-tester.c')
-rw-r--r-- | src/kyclogic/taler-exchange-kyc-tester.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/kyclogic/taler-exchange-kyc-tester.c b/src/kyclogic/taler-exchange-kyc-tester.c index eecd6b838..d1265626c 100644 --- a/src/kyclogic/taler-exchange-kyc-tester.c +++ b/src/kyclogic/taler-exchange-kyc-tester.c @@ -754,6 +754,7 @@ handler_kyc_proof_get ( &args[2], rc->connection, &h_payto, + kyc_row_id, cmd_provider_user_id, cmd_provider_legitimization_id, &proof_cb, @@ -1456,7 +1457,7 @@ main (int argc, "use the given provider user ID (overridden if -i is also used)", &cmd_provider_user_id), GNUNET_GETOPT_option_string ( - 'l', + 'U', "legitimization", "ID", "use the given provider legitimization ID (overridden if -i is also used)", @@ -1464,7 +1465,7 @@ main (int argc, GNUNET_GETOPT_option_base32_fixed_size ( 'p', "payto-hash", - "URI", + "HASH", "base32 encoding of the hash of a payto://-URI to use for the account (otherwise a random value will be used)", &cmd_line_h_payto, sizeof (cmd_line_h_payto)), |