Skip to content

Commit

Permalink
bundle: fix help spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Jan 24, 2025
1 parent c02775a commit 03046c7
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 03046c7

Please sign in to comment.