Improve command line usage information

This commit is contained in:
Jeremy Lakeman 2012-11-14 12:27:47 +10:30
parent 10bde11918
commit 7c6cdac1b2

View File

@ -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","<sid>","[getdid]",NULL},0,
"Return information about SID, and optionally ask for DID resolution via network"},
{app_node_info,{"node","info","<sid>",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", "<sid>", "[<timeout>]", NULL}, 0,