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.
Because it employs commands,
estclient helpis the correct way to invoke the help system, butestclient -helpwill still yield a help message showing the correct command to use.For the server,
estserver -helpis the correct way, butestserver helpwill ignore the argument and start up the server. For consistency, behavior should be modified so thatestserver helpinvokes the help system.