Skip to content

Commit

Permalink
cmd/bundle: tweak --global documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid authored Jan 27, 2025
1 parent 28bf5f9 commit 369ddcf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cmd/bundle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ class BundleCmd < AbstractCommand
flag "--file=",
description: "Read the `Brewfile` from this location. Use `--file=-` to pipe to stdin/stdout."
switch "--global",
description: "Read the global `Brewfile`, from the homebrew config directory or `~/.Brewfile`. " \
"Override this path with the `HOMEBREW_BUNDLE_FILE_GLOBAL` environment variable."
description: "Read the `Brewfile` from `~/.Brewfile`, " \
"in the `HOMEBREW_USER_CONFIG_HOME` directory, " \
"or the `HOMEBREW_BUNDLE_FILE_GLOBAL` environment variable, if set."
switch "-v", "--verbose",
description: "`install` prints output from commands as they are run. " \
"`check` lists all missing dependencies."
Expand Down

0 comments on commit 369ddcf

Please sign in to comment.