From 5a7cef0202631204485cbcb1e36671e4321a936f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 25 Mar 2017 21:25:44 +0100 Subject: rename GNUNET_GETOPT functions to achieve better consistency --- src/conversation/gnunet-conversation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/conversation') diff --git a/src/conversation/gnunet-conversation.c b/src/conversation/gnunet-conversation.c index c5275c0de..8f9ddec25 100644 --- a/src/conversation/gnunet-conversation.c +++ b/src/conversation/gnunet-conversation.c @@ -1267,13 +1267,13 @@ main (int argc, char *const *argv) { struct GNUNET_GETOPT_CommandLineOption options[] = { - GNUNET_GETOPT_OPTION_STRING ('e', + GNUNET_GETOPT_option_string ('e', "ego", "NAME", gettext_noop ("sets the NAME of the ego to use for the phone (and name resolution)"), &ego_name), - GNUNET_GETOPT_OPTION_STRING ('p', + GNUNET_GETOPT_option_string ('p', "phone", "LINE", gettext_noop ("sets the LINE to use for the phone"), -- cgit v1.2.3