From 4dde3500a818e4e8f6b4bfa9d5ba38671bc9c95c Mon Sep 17 00:00:00 2001 From: Dmitry Isaenko Date: Sun, 3 Dec 2017 10:49:02 +0300 Subject: [PATCH] v.1.4 misc updates:README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fcba484..0450a09 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,8 @@ Let's go deeper: ## Options & work modes When you start application, you could pass next options: -* -d, --daemon Start application as daemon. Writes to /var/log/loperIRCLogBot.log and syslog. Stores PID number at /var/run/loperIRCLogBot.pid -* Also can interrupt correctly on SIGTERM, not so smooth on SIGINT and reopen log file directory on SIGHUP (used to handle logrotation). -* -g, --genconf Create configuration file template. Attention! It will overrite your existing configuration file. -* -s, --silent Silent mode. All program messages stores to the 'output.txt' file -* -v, --version Application version -* --help Show this message and terminate application + -d, --daemon Start application as daemon. Writes to /var/log/loperIRCLogBot.log and syslog. Stores PID number at /var/run/loperIRCLogBot.pid. Also can interrupt correctly on SIGTERM, not so smooth on SIGINT and reopen log file directory on SIGHUP (used to handle logrotation). + -g, --genconf Create configuration file template. Attention! It will overrite your existing configuration file. + -s, --silent Silent mode. All program messages stores to the 'output.txt' file + -v, --version Application version + --help Show this message and terminate application