diff -r 2fdc9cc89502 -r 4b2c8bedb094 helpers/usage --- a/helpers/usage Wed Jul 22 14:04:05 2009 +0200 +++ b/helpers/usage Mon Aug 24 14:40:37 2009 +0200 @@ -1,9 +1,16 @@ java -jar sonews.jar [arguments] where arguments: - -c|-config if custom config file preferred - -dumpjdbcdriver Prints out a list of available JDBC drivers - -feed Enables feed daemon for pulling news from peer servers - -h|-help This output - -mlgw Enables the Mailinglist Gateway poller - -p Forces sonews to listen on the specified port. - -v|-version Prints out the version info an exits. + -c|-config If custom config file preferred + -dumpjdbcdriver Prints out a list of available JDBC drivers + -feed Enables feed daemon for pulling/pushing news + from/to peer servers + -h|-help This output + -mlgw Enables the Mailinglist Gateway poller + -p Forces sonews to listen on the specified port + -plugin Loads the given plugin. + -plugin-command Loads the given class on startup as NNTP command + handler. Can be specified multiple times. The + class must be found in the JVMs classpath. + -plugin-storage Loads the given StorageProvider class. The class + must be found in the JVMs classpath. + -v|-version Prints out the version info an exits.