diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-09-16 18:48:52 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-09-16 18:48:52 +0200 |
commit | 2fa65141a67559090e348289a8e957487c1243db (patch) | |
tree | e465dd068a16ca974a78af2e0e9e0aaa45da5d78 /src | |
parent | cee6c54cdf1489cb52f3be149f2e5d21f8070cd9 (diff) |
adding man page for taler-auditor-sign
Diffstat (limited to 'src')
-rw-r--r-- | src/mint-tools/taler-auditor-sign.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mint-tools/taler-auditor-sign.c b/src/mint-tools/taler-auditor-sign.c index a2457a2fd..d8cc20546 100644 --- a/src/mint-tools/taler-auditor-sign.c +++ b/src/mint-tools/taler-auditor-sign.c @@ -79,10 +79,10 @@ main (int argc, "public key of the mint (Crockford base32 encoded)", 1, &GNUNET_GETOPT_set_filename, &mint_public_key}, {'r', "mint-request", "FILE", - "set of keys the mint requested the auditor to sign", 0, + "set of keys the mint requested the auditor to sign", 1, &GNUNET_GETOPT_set_string, &mint_request_file}, {'o', "output", "FILE", - "where to write our signature", 0, + "where to write our signature", 1, &GNUNET_GETOPT_set_string, &output_file}, GNUNET_GETOPT_OPTION_VERSION (VERSION "-" VCS_VERSION), GNUNET_GETOPT_OPTION_END |