aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-05 12:59:16 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-05 12:59:16 +0000
commit5ed18ae859f6c20afa070d6fa04fafe0d8936cf5 (patch)
treef64edb600e4bd4bd0236d89b193d5795a6787401 /src/conversation
parent660c1d610b9ae61814d501b73c4bb745201e023d (diff)
downloadgnunet-5ed18ae859f6c20afa070d6fa04fafe0d8936cf5.tar.gz
gnunet-5ed18ae859f6c20afa070d6fa04fafe0d8936cf5.zip
-man page for gnunet-conversation
Diffstat (limited to 'src/conversation')
-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;