summaryrefslogtreecommitdiff
path: root/src/exchange-tools/taler-exchange-keyup.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-16 13:10:29 +0200
committerChristian Grothoff <christian@grothoff.org>2016-04-16 13:10:29 +0200
commit3abb3bc372b69aa17e87f00b22042de02830341e (patch)
tree4f1c45f40c30b18e35ffc7e983788ffdbe434ed5 /src/exchange-tools/taler-exchange-keyup.c
parentf552b7e4c03ec46c9ac562c751604466b393d9c8 (diff)
downloadexchange-3abb3bc372b69aa17e87f00b22042de02830341e.tar.gz
exchange-3abb3bc372b69aa17e87f00b22042de02830341e.tar.bz2
exchange-3abb3bc372b69aa17e87f00b22042de02830341e.zip
use user_config_file as well
Diffstat (limited to 'src/exchange-tools/taler-exchange-keyup.c')
-rw-r--r--src/exchange-tools/taler-exchange-keyup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange-tools/taler-exchange-keyup.c b/src/exchange-tools/taler-exchange-keyup.c
index 2bd168cad..3d9b9761c 100644
--- a/src/exchange-tools/taler-exchange-keyup.c
+++ b/src/exchange-tools/taler-exchange-keyup.c
@@ -871,7 +871,7 @@ exchange_keys_update_denomkeys ()
* @param cls closure
* @param args remaining command-line arguments
* @param cfgfile name of the configuration file used (for saving, can be NULL!)
- * @param c configuration
+ * @param cfg configuration
*/
static void
run (void *cls,
@@ -1048,7 +1048,7 @@ main (int argc,
char *const *argv)
{
const struct GNUNET_GETOPT_CommandLineOption options[] = {
- {'m', "master-key", "FILE",
+ {'m', "master-key", "FILE",
"master key file (private key)", 1,
&GNUNET_GETOPT_set_filename, &masterkeyfile},
{'o', "output", "FILE",