aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation-new.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet-conversation-new.c')
-rw-r--r--src/conversation/gnunet-conversation-new.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/conversation/gnunet-conversation-new.c b/src/conversation/gnunet-conversation-new.c
index 4be8f11aa..fdf6155fd 100644
--- a/src/conversation/gnunet-conversation-new.c
+++ b/src/conversation/gnunet-conversation-new.c
@@ -827,12 +827,12 @@ int
827main (int argc, char *const *argv) 827main (int argc, char *const *argv)
828{ 828{
829 static const struct GNUNET_GETOPT_CommandLineOption options[] = { 829 static const struct GNUNET_GETOPT_CommandLineOption options[] = {
830 {'p', "phone", "LINE",
831 gettext_noop ("sets the LINE to use for the phone"),
832 1, &GNUNET_GETOPT_set_uint, &line},
833 {'e', "ego", "NAME", 830 {'e', "ego", "NAME",
834 gettext_noop ("sets the NAME of the ego to use for the phone (and name resolution)"), 831 gettext_noop ("sets the NAME of the ego to use for the phone (and name resolution)"),
835 1, &GNUNET_GETOPT_set_string, &ego_name}, 832 1, &GNUNET_GETOPT_set_string, &ego_name},
833 {'p', "phone", "LINE",
834 gettext_noop ("sets the LINE to use for the phone"),
835 1, &GNUNET_GETOPT_set_uint, &line},
836 GNUNET_GETOPT_OPTION_END 836 GNUNET_GETOPT_OPTION_END
837 }; 837 };
838 int flags; 838 int flags;