aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation-gtk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk.c')
-rw-r--r--src/conversation/gnunet-conversation-gtk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conversation/gnunet-conversation-gtk.c b/src/conversation/gnunet-conversation-gtk.c
index b004abaa..eb4e295c 100644
--- a/src/conversation/gnunet-conversation-gtk.c
+++ b/src/conversation/gnunet-conversation-gtk.c
@@ -172,12 +172,12 @@ int
172main (int argc, char *const *argv) 172main (int argc, char *const *argv)
173{ 173{
174 struct GNUNET_GETOPT_CommandLineOption options[] = { 174 struct GNUNET_GETOPT_CommandLineOption options[] = {
175 GNUNET_GETOPT_OPTION_SET_UINT ('p', 175 GNUNET_GETOPT_option_uint ('p',
176 "phone", 176 "phone",
177 "LINE", 177 "LINE",
178 gettext_noop ("sets the LINE to use for the phone"), 178 gettext_noop ("sets the LINE to use for the phone"),
179 &line), 179 &line),
180 GNUNET_GETOPT_OPTION_STRING ('e', 180 GNUNET_GETOPT_option_string ('e',
181 "ego", 181 "ego",
182 "EGO", 182 "EGO",
183 gettext_noop ("select ego to use"), 183 gettext_noop ("select ego to use"),