From 2fa65141a67559090e348289a8e957487c1243db Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 16 Sep 2015 18:48:52 +0200 Subject: adding man page for taler-auditor-sign --- src/mint-tools/taler-auditor-sign.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/mint-tools/taler-auditor-sign.c b/src/mint-tools/taler-auditor-sign.c index a2457a2f..d8cc2054 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 -- cgit v1.2.3