Skip to content

Commit

Permalink
brew-installed: fix comment typos
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Oct 26, 2024
1 parent 36e8c75 commit 1c7b588
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions commands/brew-installed
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@ function brew_installed() (
Output only packages that are casks.
--quiet
If provided, do not output anything, just return the exist status.
If provided, do not output anything, just return the exit status.
...<package>
If provided, only get details for these packages. Fail if one of them has not yet been installed.
QUIRKS:
If packages are provided, failure exist status will be returned if any are missing.
If packages are provided, failure exit status will be returned if any are missing.
To check if any are present, use:
$(echo-style --code="test -n \"\$(brew-installed -- bash something-missing || :)\"")
If you just want the exist status, use:
If you just want the exit status, use:
$(echo-style --code="brew-installed --quiet -- bash something-missing")
EOF
Expand Down

0 comments on commit 1c7b588

Please sign in to comment.