gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32982 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r32982 - gnunet/src/mesh
Date: Wed, 9 Apr 2014 12:56:41 +0200

Author: bartpolot
Date: 2014-04-09 12:56:40 +0200 (Wed, 09 Apr 2014)
New Revision: 32982

Modified:
   gnunet/src/mesh/gnunet-mesh.c
Log:
- fix cli arg parse

Modified: gnunet/src/mesh/gnunet-mesh.c
===================================================================
--- gnunet/src/mesh/gnunet-mesh.c       2014-04-09 10:41:35 UTC (rev 32981)
+++ gnunet/src/mesh/gnunet-mesh.c       2014-04-09 10:56:40 UTC (rev 32982)
@@ -816,8 +816,8 @@
      gettext_noop ("port to listen to (default; 0)"),
      GNUNET_YES, &GNUNET_GETOPT_set_uint, &listen_port},
     {'p', "peer", "PEER_ID",
-    gettext_noop ("provide information about all peers"),
-    GNUNET_NO, &GNUNET_GETOPT_set_string, &peer_id},
+     gettext_noop ("provide information about a patricular peer"),
+     GNUNET_YES, &GNUNET_GETOPT_set_string, &peer_id},
     {'P', "peers", NULL,
       gettext_noop ("provide information about all peers"),
       GNUNET_NO, &GNUNET_GETOPT_set_one, &request_peers},




reply via email to

[Prev in Thread] Current Thread [Next in Thread]