mirror of
https://github.com/dchakro/brewlog.git
synced 2026-05-17 10:12:16 -07:00
spacing
This commit is contained in:
parent
4960c7cf1c
commit
8ca6f92e26
1 changed files with 7 additions and 7 deletions
14
brewlog.sh
14
brewlog.sh
|
|
@ -27,17 +27,17 @@ OPTIONS:
|
||||||
--brew-help Show brew commands (alias to "brew help")
|
--brew-help Show brew commands (alias to "brew help")
|
||||||
version Show brewlog version info
|
version Show brewlog version info
|
||||||
archive Archives the current log file as .xz (gzip as fallback if xz not found)
|
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.
|
tail [-n INT] Show the last "INT" lines from the log file.
|
||||||
(default: last 15 lines)
|
(default: last 15 lines)
|
||||||
|
|
||||||
Homebrew/Linuxbrew Function examples:
|
Homebrew/Linuxbrew Function examples:
|
||||||
brewlog install [formula] Install formula
|
brewlog install [formula] Install formula
|
||||||
brewlog uninstall [formula] Uninstall formula
|
brewlog uninstall [formula] Uninstall formula
|
||||||
brewlog deps [formula] Show dependencies for [formula]
|
brewlog deps [formula] Show dependencies for [formula]
|
||||||
brewlog uses --installed [formula] Show items listing [formula] as a dependency
|
brewlog uses --installed [formula] Show items listing [formula] as a dependency
|
||||||
brewlog outdated Show outdated formulae
|
brewlog outdated Show outdated formulae
|
||||||
brewlog upgrade [formula] Upgrade all (or entered) brew formula
|
brewlog upgrade [formula] Upgrade all (or entered) brew formula
|
||||||
... ... ...
|
... ... ...
|
||||||
Find out more homebrew commands by running "brew --help".
|
Find out more homebrew commands by running "brew --help".
|
||||||
';
|
';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue