aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation')
-rw-r--r--src/conversation/gnunet-conversation.c4
1 files changed, 2 insertions, 2 deletions
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)
1267{ 1267{
1268 struct GNUNET_GETOPT_CommandLineOption options[] = { 1268 struct GNUNET_GETOPT_CommandLineOption options[] = {
1269 1269
1270 GNUNET_GETOPT_OPTION_STRING ('e', 1270 GNUNET_GETOPT_option_string ('e',
1271 "ego", 1271 "ego",
1272 "NAME", 1272 "NAME",
1273 gettext_noop ("sets the NAME of the ego to use for the phone (and name resolution)"), 1273 gettext_noop ("sets the NAME of the ego to use for the phone (and name resolution)"),
1274 &ego_name), 1274 &ego_name),
1275 1275
1276 GNUNET_GETOPT_OPTION_STRING ('p', 1276 GNUNET_GETOPT_option_string ('p',
1277 "phone", 1277 "phone",
1278 "LINE", 1278 "LINE",
1279 gettext_noop ("sets the LINE to use for the phone"), 1279 gettext_noop ("sets the LINE to use for the phone"),