diff -Nru quassel-0.10.0/debian/changelog quassel-0.10.0/debian/changelog --- quassel-0.10.0/debian/changelog 2014-03-25 23:53:54.000000000 +0000 +++ quassel-0.10.0/debian/changelog 2014-04-09 20:10:53.000000000 +0000 @@ -1,3 +1,9 @@ +quassel (0.10.0-0ubuntu2) trusty; urgency=medium + + * Update quasselcore man page to cover all usage options + + -- Scott Kitterman Wed, 09 Apr 2014 16:10:10 -0400 + quassel (0.10.0-0ubuntu1) trusty; urgency=medium * New upstream release diff -Nru quassel-0.10.0/debian/mans/quasselcore.pod quassel-0.10.0/debian/mans/quasselcore.pod --- quassel-0.10.0/debian/mans/quasselcore.pod 2014-03-25 23:53:38.000000000 +0000 +++ quassel-0.10.0/debian/mans/quasselcore.pod 2014-04-09 20:10:01.000000000 +0000 @@ -16,17 +16,22 @@ =head1 USAGE Usage: "quasselcore" [arguments] - -h, --help Display help and exit - -p, --port=[PORT] The port quasselcore will listen at. Default is: 4242 + -h, --help Display this help and exit + --add-user Starts an interactive session to add a new core user + --change-userpass=[CHANGE-USERPASS] Starts an interactive session to change the password of the user identified by username + -c, --configdir=[CONFIGDIR] Specify the directory holding configuration files, the SQlite database and the SSL certificate --datadir=[DATADIR] DEPRECATED - Use --configdir instead - --listen=[LISTEN] The address(es) quasselcore will listen on. Default is: 0.0.0.0,:: - -l, --logfile=[LOGFILE] Path to logfile - -c, --configdir=[CONFIGDIR] Specify the directory holding configuration files, the database and the SSL Cert - -n, --norestore Don't restore last core's state -d, --debug Enable debug output + --listen=[LISTEN] The address(es) quasselcore will listen on. Default is: ::,0.0.0.0 + -l, --logfile=[LOGFILE] Log to a file -L, --loglevel=[LOGLEVEL] Loglevel Debug|Info|Warning|Error. Default is: Info + -n, --norestore Don't restore last core's state --oidentd Enable oidentd integration - --oidentd-conffile=[OIDENTD-CONFFILE] change path to oidentd configuration file + --oidentd-conffile=[OIDENTD-CONFFILE] Set path to oidentd configuration file + -p, --port=[PORT] The port quasselcore will listen at. Default is: 4242 + --select-backend=[SELECT-BACKEND] Switch storage backend (migrating data if possible) + --syslog Log to syslog + -v, --version Display version information =head1 AUTHORS B was written by the Quassel IRC Team .