wainstead / waverous

Waverous LambdaMOO is a C++ port of the original LambdaMOO server
4 stars 0 forks source link

Improving the "usage" message #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Out of curiosity I installed lambdamoo via MacPorts; the binary is installed in 
/opt/local/bin/moo.

Running it gets what I expected:

bash-3.2# ./bin/moo
Usage: ./bin/moo [-e] [-l log-file] input-db-file output-db-file [port]

But this doesn't tell a first time user much of anything... an experienced user 
will know they need a database file, but installing from MacPorts doesn't give 
any of this information. Alas. (It's not MacPorts's job, anyway).

Original issue reported on code.google.com by wainst...@gmail.com on 14 Jun 2011 at 4:24

GoogleCodeExporter commented 9 years ago
For that matter, it should accept "--help" and give voluminous information...

Original comment by wainst...@gmail.com on 14 Jun 2011 at 4:24

GoogleCodeExporter commented 9 years ago
Oh, and --version.

Original comment by wainst...@gmail.com on 14 Jun 2011 at 4:27