aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rwxr-xr-xbot.zsh4
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8d0384c..51e9362 100644
--- a/README.md
+++ b/README.md
@@ -66,8 +66,8 @@ Options:
-r <num> Inline results limit, max: 50, default: 10
-g <num> Shortcuts storage limit, max: 10000, default: 100
-m <mode> Cache mode, default: normal
- -t <secs> Cache time, max: 1000, default: 300 secs
- -s <secs> Sleeping time, max: 100, default: 10 secs
+ -t <secs> Cache expiration time, max: 1000, default: 300 secs
+ -s <secs> Sleep duration time, max: 100, default: 10 secs
-c Clear cache automatically
-j Use threaded MD5 hash lookup
-q Do not print logs
diff --git a/bot.zsh b/bot.zsh
index 5f48a06..aa100e0 100755
--- a/bot.zsh
+++ b/bot.zsh
@@ -105,8 +105,8 @@ then
"\n -r <num>\tInline results limit, max: 50, default: 10" \
"\n -g <num>\tShortcuts storage limit, max: 10000, default: 100" \
"\n -m <mode>\tCache mode, default: normal" \
- "\n -t <secs>\tCache time, max: 1000, default: 300 secs" \
- "\n -s <secs>\tSleeping time, max: 100, default: 10 secs" \
+ "\n -t <secs>\tCache expiration time, max: 1000, default: 300 secs" \
+ "\n -s <secs>\tSleep duration time, max: 100, default: 10 secs" \
"\n -c\t\tClear cache automatically" \
"\n -j\t\tUse threaded MD5 hash lookup" \
"\n -q\t\tDo not print logs" \