From 593bc9052dfa57754323db455028d80c13e673cc Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 23 Jan 2014 12:44:33 +0000 Subject: [PATCH] - small CLI fixes --- src/mesh/gnunet-mesh.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mesh/gnunet-mesh.c b/src/mesh/gnunet-mesh.c index 1a963c444..f1ef8ac22 100644 --- a/src/mesh/gnunet-mesh.c +++ b/src/mesh/gnunet-mesh.c @@ -583,7 +583,9 @@ run (void *cls, char *const *args, const char *cfgfile, || NULL != channel_id) && target_id != NULL) { - FPRINTF (stderr, _("You must NOT give a TARGET when using options\n")); + FPRINTF (stderr, + _("You must NOT give a TARGET" + "when using 'request all' options\n")); return; } @@ -684,6 +686,8 @@ main (int argc, char *const *argv) GNUNET_GETOPT_OPTION_END }; + monitor_connections = GNUNET_NO; + if (GNUNET_OK != GNUNET_STRINGS_get_utf8_args (argc, argv, &argc, &argv)) return 2; -- 2.25.1