Update README.md

pull/16/head
Maciej Winnicki 2013-06-20 08:38:36 +03:00
parent e8c8193d42
commit 5ad7f19c66
1 changed files with 10 additions and 10 deletions

View File

@ -20,16 +20,16 @@
Options:
-h, --help output usage information
-V, --version output the version number
-p, --port <port> server port, default 9001
-n, --number <number> starting lines number, default 10
-l, --lines <lines> number on lines stored in browser, default 2000
-d, --daemonize run as daemon
-U, --user <username> Basic Authentication username, this option works only along with -P option
-P, --password <password> Basic Authentication password, this option works only along with -U option
--pid-path <path> if run as daemon file that will store the process id, default /var/run/frontail.pid
--log-path <path> if run as daemon file that will be used as a log, default /dev/null
-h, --help output usage information
-V, --version output the version number
-p, --port <port> server port, default 9001
-n, --number <number> starting lines number, default 10
-l, --lines <lines> number on lines stored in browser, default 2000
-d, --daemonize run as daemon
-U, --user <username> Basic Authentication username, this option works only along with -P option
-P, --password <password> Basic Authentication password, this option works only along with -U option
--pid-path <path> if run as daemon file that will store the process id, default /var/run/frontail.pid
--log-path <path> if run as daemon file that will be used as a log, default /dev/null
Web interface is on http://localhost:[port]