helpers/usage
changeset 21 4b2c8bedb094
parent 3 2fdc9cc89502
     1.1 --- a/helpers/usage	Wed Jul 22 14:04:05 2009 +0200
     1.2 +++ b/helpers/usage	Mon Aug 24 14:40:37 2009 +0200
     1.3 @@ -1,9 +1,16 @@
     1.4  java -jar sonews.jar [arguments]
     1.5          where arguments:
     1.6 -    -c|-config         <path to config file> if custom config file preferred
     1.7 -    -dumpjdbcdriver    Prints out a list of available JDBC drivers
     1.8 -    -feed              Enables feed daemon for pulling news from peer servers
     1.9 -    -h|-help           This output
    1.10 -    -mlgw              Enables the Mailinglist Gateway poller
    1.11 -    -p <port>          Forces sonews to listen on the specified port.
    1.12 -    -v|-version        Prints out the version info an exits.
    1.13 +   -c|-config <config file>    If custom config file preferred
    1.14 +   -dumpjdbcdriver             Prints out a list of available JDBC drivers
    1.15 +   -feed                       Enables feed daemon for pulling/pushing news
    1.16 +                                from/to peer servers
    1.17 +   -h|-help                    This output
    1.18 +   -mlgw                       Enables the Mailinglist Gateway poller
    1.19 +   -p <port>                   Forces sonews to listen on the specified port
    1.20 +   -plugin <name|class|file>   Loads the given plugin.
    1.21 +   -plugin-command <class>     Loads the given class on startup as NNTP command
    1.22 +                                handler. Can be specified multiple times. The
    1.23 +                                class must be found in the JVMs classpath.
    1.24 +   -plugin-storage <class>     Loads the given StorageProvider class. The class
    1.25 +                                must be found in the JVMs classpath.
    1.26 +   -v|-version                 Prints out the version info an exits.