From 8ca6f92e2643d6b5d7b9a9be3a4d4ce97611a15f Mon Sep 17 00:00:00 2001 From: dchakro <35454738+dchakro@users.noreply.github.com> Date: Fri, 9 Aug 2024 09:28:48 -0700 Subject: [PATCH] spacing --- brewlog.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/brewlog.sh b/brewlog.sh index bf27ec3..c9f90e5 100644 --- a/brewlog.sh +++ b/brewlog.sh @@ -27,17 +27,17 @@ 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) - find [TERM] grep the TERM in the logfile. + find [TERM] grep the TERM in the logfile. tail [-n INT] Show the last "INT" lines from the log file. (default: last 15 lines) Homebrew/Linuxbrew Function examples: - brewlog install [formula] Install formula - brewlog uninstall [formula] Uninstall formula - brewlog deps [formula] Show dependencies for [formula] - brewlog uses --installed [formula] Show items listing [formula] as a dependency - brewlog outdated Show outdated formulae - brewlog upgrade [formula] Upgrade all (or entered) brew formula + brewlog install [formula] Install formula + brewlog uninstall [formula] Uninstall formula + brewlog deps [formula] Show dependencies for [formula] + brewlog uses --installed [formula] Show items listing [formula] as a dependency + brewlog outdated Show outdated formulae + brewlog upgrade [formula] Upgrade all (or entered) brew formula ... ... ... Find out more homebrew commands by running "brew --help". ';