servalproject / serval-dna

The Serval Project's core daemon that implements Distributed Numbering Architecture (DNA), MDP, VoMP, Rhizome, MeshMS, etc.
http://servalproject.org
Other
171 stars 80 forks source link

rhizome direct pull [url] command line is unrecognised #60

Closed techxplorer closed 11 years ago

techxplorer commented 11 years ago

The servald help command lists the following command

rhizome direct pull [peer url] Fetch all new content from the specified Rhizome Direct server. Return when done.

However if you try to use this command, you get the following error:

ERROR: [ 6257] 14:36:50.578 cli.c:208:cli_parse() Unknown command line call: ERROR: [ 6257] 14:36:50.579 cli.c:209:cli_parse() "rhizome" "direct" "pull" "http://serval1.csem.flinders.edu.au:4110" INFO: [ 6257] 14:36:50.579 cli.c:211:cli_parse() Use "help" command to see a list of valid commands

Either it is a valid command and therefore should be recognised, or it is indeed invalid in which case it shouldn't be listed as part of the output from the help command.