From b29b9fe31b4dd0e7cb916b56d7e07ebab1bbd340 Mon Sep 17 00:00:00 2001 From: Dmitry Isaenko Date: Sun, 3 Dec 2017 10:49:32 +0300 Subject: [PATCH] v.1.4 misc updates:README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0450a09..ced7eb2 100644 --- a/README.md +++ b/README.md @@ -74,8 +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