aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaria Lisina <sekoohaka.sarisan@gmail.com>2025-04-01 19:30:23 +0300
committerMaria Lisina <sekoohaka.sarisan@gmail.com>2025-04-01 19:30:23 +0300
commit5cdfdcf8f887232b9447e3db2a84dd0bd2f6cebc (patch)
tree3e44ba3e402438104bd9f3beeed4024e9c4a878f
parentfa6ba3df72f9b2d6ff72c57f290a909647e669b3 (diff)
bot: Update q option description
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
-rw-r--r--README.md2
-rwxr-xr-xbot.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 398a01b..1de4b06 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ Options:
-m <mode> Caching mode, default: normal
-t <secs> Caching time, max: 1000, default: 300 secs
-c Clear cache automatically
- -q Do not print logs
+ -q Do not print logs and do not collect dumps
-i <secs> Telegram Bot API connetion timeout, max: 10, default: 10 secs
-e <secs> Image Boards API connetion timeout, max: 10, default: 5 secs
-d <secs> Head request connetion timeout, max: 10, default: 2 secs
diff --git a/bot.sh b/bot.sh
index 1d4220b..0807c62 100755
--- a/bot.sh
+++ b/bot.sh
@@ -93,7 +93,7 @@ then
"\n -m <mode>\tCaching mode, default: normal" \
"\n -t <secs>\tCaching time, max: 1000, default: 300 secs" \
"\n -c\t\tClear cache automatically" \
- "\n -q\t\tDo not print logs" \
+ "\n -q\t\tDo not print logs and do not collect dumps" \
"\n -i <secs>\tTelegram Bot API connetion timeout, max: 10, default: 10 secs" \
"\n -e <secs>\tImage Boards API connetion timeout, max: 10, default: 5 secs" \
"\n -d <secs>\tHead request connetion timeout, max: 10, default: 2 secs" \