summaryrefslogtreecommitdiff
path: root/src/mint-tools/taler-auditor-sign.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-09-16 18:48:52 +0200
committerChristian Grothoff <christian@grothoff.org>2015-09-16 18:48:52 +0200
commit2fa65141a67559090e348289a8e957487c1243db (patch)
treee465dd068a16ca974a78af2e0e9e0aaa45da5d78 /src/mint-tools/taler-auditor-sign.c
parentcee6c54cdf1489cb52f3be149f2e5d21f8070cd9 (diff)
downloadexchange-2fa65141a67559090e348289a8e957487c1243db.tar.gz
exchange-2fa65141a67559090e348289a8e957487c1243db.tar.bz2
exchange-2fa65141a67559090e348289a8e957487c1243db.zip
adding man page for taler-auditor-sign
Diffstat (limited to 'src/mint-tools/taler-auditor-sign.c')
-rw-r--r--src/mint-tools/taler-auditor-sign.c4
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