diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-04-07 22:52:23 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-04-07 22:52:23 +0200 |
commit | e00370d4f528bcb38836153c2c1d3bc38a0eae4e (patch) | |
tree | 517d1fb757dcf9a68696fa7fe67de23b61f94680 /src/exchange-tools/taler-auditor-sign.c | |
parent | d986269dae21c52321341e1980a464494a3fe87b (diff) |
removing duplication of --help logic
Diffstat (limited to 'src/exchange-tools/taler-auditor-sign.c')
-rw-r--r-- | src/exchange-tools/taler-auditor-sign.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/exchange-tools/taler-auditor-sign.c b/src/exchange-tools/taler-auditor-sign.c index bde34b2a3..870f889ea 100644 --- a/src/exchange-tools/taler-auditor-sign.c +++ b/src/exchange-tools/taler-auditor-sign.c @@ -135,14 +135,13 @@ main (int argc, {'a', "auditor-key", "FILE", "file containing the private key of the auditor", 1, &GNUNET_GETOPT_set_filename, &auditor_key_file}, - TALER_GETOPT_OPTION_HELP ("Private key of the auditor to use for signing"), + GNUNET_GETOPT_OPTION_HELP ("Private key of the auditor to use for signing"), {'m', "exchange-key", "KEY", "public key of the exchange (Crockford base32 encoded)", 1, &GNUNET_GETOPT_set_filename, &exchange_public_key}, {'u', "auditor-url", "URL", "URL of the auditor (informative link for the user)", 1, &GNUNET_GETOPT_set_string, &auditor_url}, - TALER_GETOPT_OPTION_HELP ("Private key of the auditor to use for signing"), {'r', "exchange-request", "FILE", "set of keys the exchange requested the auditor to sign", 1, &GNUNET_GETOPT_set_string, &exchange_request_file}, |