Skip to content

Commit

Permalink
Merge pull request #1578 from Homebrew/fix_help_spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid authored Jan 24, 2025
2 parents c02775a + 03046c7 commit ef706d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bundle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class BundleCmd < AbstractCommand
env: :bundle_no_upgrade,
description: "`install` does not run `brew upgrade` on outdated dependencies. " \
"`check` does not check for outdated dependencies. " \
"Note they may still be upgraded by `brew install` if needed." \
"Note they may still be upgraded by `brew install` if needed. " \
"This is enabled by default if `HOMEBREW_BUNDLE_NO_UPGRADE` is set."
switch "--upgrade",
description: "`install` runs `brew upgrade` on outdated dependencies, " \
Expand Down

0 comments on commit ef706d4

Please sign in to comment.