estserver help should give the help message
paulgriffiths opened this issue · 0 comments
paulgriffiths commented
Because it employs commands, estclient help
is the correct way to invoke the help system, but estclient -help
will still yield a help message showing the correct command to use.
For the server, estserver -help
is the correct way, but estserver help
will ignore the argument and start up the server. For consistency, behavior should be modified so that estserver help
invokes the help system.