diff options
| -rw-r--r-- | README.md | 4 | ||||
| -rwxr-xr-x | bot.zsh | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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" \ |
