helpers/usage
author cli
Fri Aug 21 17:33:15 2009 +0200 (2009-08-21)
changeset 18 7e527fdf0fa8
parent 1 6fceb66e1ad7
child 21 4b2c8bedb094
permissions -rw-r--r--
Fix for #549.
chris@1
     1
java -jar sonews.jar [arguments]
chris@1
     2
        where arguments:
chris@1
     3
    -c|-config         <path to config file> if custom config file preferred
chris@1
     4
    -dumpjdbcdriver    Prints out a list of available JDBC drivers
chris@1
     5
    -feed              Enables feed daemon for pulling news from peer servers
chris@1
     6
    -h|-help           This output
chris@1
     7
    -mlgw              Enables the Mailinglist Gateway poller
chris@3
     8
    -p <port>          Forces sonews to listen on the specified port.
chris@3
     9
    -v|-version        Prints out the version info an exits.