Skip to content

Commit

Permalink
document alternate locations of global Brewfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rrotter committed Jan 25, 2025
1 parent 313480a commit 37dc2d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/bundle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ class BundleCmd < AbstractCommand
flag "--file=",
description: "Read the `Brewfile` from this location. Use `--file=-` to pipe to stdin/stdout."
switch "--global",
description: "Read the `Brewfile` from `~/.Brewfile` or " \
"the `HOMEBREW_BUNDLE_FILE_GLOBAL` environment variable, if set."
description: "Read the global `Brewfile`, from the homebrew config directory or `~/.Brewfile`. " \
"Override this path with the `HOMEBREW_BUNDLE_FILE_GLOBAL` environment variable."
switch "-v", "--verbose",
description: "`install` prints output from commands as they are run. " \
"`check` lists all missing dependencies."
Expand Down

0 comments on commit 37dc2d4

Please sign in to comment.