From 8de66c77db1f652ca890289255420fa70d30273b Mon Sep 17 00:00:00 2001 From: Deepankar Chakroborty <35454738+dchakro@users.noreply.github.com> Date: Sun, 26 Nov 2023 22:18:55 -0800 Subject: [PATCH] minor fix --- brewlog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brewlog.sh b/brewlog.sh index 07838da..848ebdb 100644 --- a/brewlog.sh +++ b/brewlog.sh @@ -27,7 +27,7 @@ OPTIONS: --brew-help Show brew commands (alias to "brew help") version Show brewlog version info archive Archives the current log file as .xz (gzip as fallback if xz not found) - search [TERM] Searches for TERM in the logfile. (Uses grep) + find [TERM] grep the TERM in the logfile. tail [-n INT] Show the last "INT" lines from the log file. (default: last 15 lines)