Hi,

While working on the "technical production setup guide" update I noticed some 
inconsistencies related to the "java -jar ofbiz.jar" commands.

The help gives you:

c:\projectsASF\ofbiz>java -jar ofbiz.jar -help

Usage: java -jar ofbiz.jar [command] [arguments]
-both    -----> Run simultaneously the POS (Point of Sales) application and 
OFBiz standard
-help, -? ----> This screen
-install -----> Run install (create tables/load data)
-pos     -----> Run the POS (Point of Sales) application
-setup -------> Run external application server setup
-start -------> Start the server
-status ------> Status of the server
-shutdown ----> Shutdown the server
-test --------> Run the JUnit test script
[no config] --> Use default config
[no command] -> Start the server w/ default config

But actually only the -help, -status and -shutdown command need a dash.
So I suggest that we change the -help command to return the other commands 
without dashes, or?
Also should we not rename install to load-demo?
The setup or -setup command starts but fails
And while at it I'm not sure what
    [no config] --> Use default config
means

Thanks

Jacques

Reply via email to