aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/gnunet-revocation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-25 21:25:44 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-25 21:25:44 +0100
commit5a7cef0202631204485cbcb1e36671e4321a936f (patch)
treeff3d10ac71f9284f18be7c33939f3438071e15c4 /src/revocation/gnunet-revocation.c
parent2ad934742422ecb63fe3fafdc8c73d067a9e2fb7 (diff)
downloadgnunet-5a7cef0202631204485cbcb1e36671e4321a936f.tar.gz
gnunet-5a7cef0202631204485cbcb1e36671e4321a936f.zip
rename GNUNET_GETOPT functions to achieve better consistency
Diffstat (limited to 'src/revocation/gnunet-revocation.c')
-rw-r--r--src/revocation/gnunet-revocation.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/revocation/gnunet-revocation.c b/src/revocation/gnunet-revocation.c
index 7b40c83d7..13e6b23a5 100644
--- a/src/revocation/gnunet-revocation.c
+++ b/src/revocation/gnunet-revocation.c
@@ -529,24 +529,24 @@ main (int argc, char *const *argv)
529{ 529{
530 struct GNUNET_GETOPT_CommandLineOption options[] = { 530 struct GNUNET_GETOPT_CommandLineOption options[] = {
531 531
532 GNUNET_GETOPT_OPTION_STRING ('f', 532 GNUNET_GETOPT_option_string ('f',
533 "filename", 533 "filename",
534 "NAME", 534 "NAME",
535 gettext_noop ("use NAME for the name of the revocation file"), 535 gettext_noop ("use NAME for the name of the revocation file"),
536 &filename), 536 &filename),
537 537
538 GNUNET_GETOPT_OPTION_STRING ('R', 538 GNUNET_GETOPT_option_string ('R',
539 "revoke", 539 "revoke",
540 "NAME", 540 "NAME",
541 gettext_noop ("revoke the private key associated for the the private key associated with the ego NAME "), 541 gettext_noop ("revoke the private key associated for the the private key associated with the ego NAME "),
542 &revoke_ego), 542 &revoke_ego),
543 543
544 GNUNET_GETOPT_OPTION_SET_ONE ('p', 544 GNUNET_GETOPT_option_flag ('p',
545 "perform", 545 "perform",
546 gettext_noop ("actually perform revocation, otherwise we just do the precomputation"), 546 gettext_noop ("actually perform revocation, otherwise we just do the precomputation"),
547 &perform), 547 &perform),
548 548
549 GNUNET_GETOPT_OPTION_STRING ('t', 549 GNUNET_GETOPT_option_string ('t',
550 "test", 550 "test",
551 "KEY", 551 "KEY",
552 gettext_noop ("test if the public key KEY has been revoked"), 552 gettext_noop ("test if the public key KEY has been revoked"),