diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-03-25 21:22:22 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-03-25 23:39:30 +0100 |
commit | 8d9dc14227350eb93f89c56c774ed377b633bc88 (patch) | |
tree | c6b19ab382cf8da58ea6d5c1cd9dcc8287ef63f9 /src/exchange-tools/taler-exchange-wire.c | |
parent | 293cd7a804f9804f4c0d4c1131a2acb32818e30f (diff) |
renaming GNUNET_GETOPT-symbols to match latest changes in GNUnet
Diffstat (limited to 'src/exchange-tools/taler-exchange-wire.c')
-rw-r--r-- | src/exchange-tools/taler-exchange-wire.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/exchange-tools/taler-exchange-wire.c b/src/exchange-tools/taler-exchange-wire.c index b7f6af89d..d5bc1df73 100644 --- a/src/exchange-tools/taler-exchange-wire.c +++ b/src/exchange-tools/taler-exchange-wire.c @@ -206,23 +206,23 @@ main (int argc, char *const *argv) { const struct GNUNET_GETOPT_CommandLineOption options[] = { - GNUNET_GETOPT_OPTION_MANDATORY + GNUNET_GETOPT_option_mandatory (GNUNET_JSON_getopt ('j', "json", "JSON", "account information in JSON format", &account_holder)), - GNUNET_GETOPT_OPTION_FILENAME ('m', + GNUNET_GETOPT_option_filename ('m', "master-key", "FILENAME", "master key file (private key)", &masterkeyfile), - GNUNET_GETOPT_OPTION_STRING ('t', + GNUNET_GETOPT_option_string ('t', "type", "METHOD", "which wire transfer method (i.e. 'test' or 'sepa') is this for?", &method), - GNUNET_GETOPT_OPTION_FILENAME ('o', + GNUNET_GETOPT_option_filename ('o', "output", "FILENAME", "where to write the result", |