From 7c6cdac1b2ab536abf45ddedac3a798d20345da9 Mon Sep 17 00:00:00 2001 From: Jeremy Lakeman Date: Wed, 14 Nov 2012 12:27:47 +1030 Subject: [PATCH] Improve command line usage information --- commandline.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commandline.c b/commandline.c index 6ad58b5a..70c93db2 100644 --- a/commandline.c +++ b/commandline.c @@ -1884,8 +1884,8 @@ struct command_line_option command_line_options[]={ "Return identity of known routable peers as URIs"}, {app_id_self,{"id","allpeers",NULL},0, "Return identity of all known peers as URIs"}, - {app_node_info,{"node","info","","[getdid]",NULL},0, - "Return information about SID, and optionally ask for DID resolution via network"}, + {app_node_info,{"node","info","",NULL},0, + "Return routing information about a SID"}, {app_count_peers,{"peer","count",NULL},0, "Return a count of routable peers on the network"}, {app_reverse_lookup, {"reverse", "lookup", "", "[]", NULL}, 0,