From f4b91caa33ba7fceedbf56280054d2dd46d63a6b Mon Sep 17 00:00:00 2001 From: Dmitry Isaenko Date: Sun, 3 Dec 2017 10:47:31 +0300 Subject: [PATCH] v.1.4 misc updates:README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 716f50f..fcba484 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,9 @@ 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