diff options
author | David RodrÃguez <[email protected]> | 2024-12-10 18:58:47 +0100 |
---|---|---|
committer | git <[email protected]> | 2024-12-11 17:56:21 +0000 |
commit | ac959b177a337a25c9b7e04742ed5d29767bc87d (patch) | |
tree | 849e591589663751d60a3f9edd1af799ad4421ef /lib | |
parent | 99460d1edab161081eded7f062cb230ab4c4419f (diff) |
[rubygems/rubygems] Clarify `--target-rbconfig` option banner
https://github.com/rubygems/rubygems/commit/6625998ca6
Diffstat (limited to 'lib')
-rw-r--r-- | lib/bundler/cli.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb index ad75fb88e3..91c31651da 100644 --- a/lib/bundler/cli.rb +++ b/lib/bundler/cli.rb @@ -228,7 +228,7 @@ module Bundler method_option "standalone", type: :array, lazy_default: [], banner: "Make a bundle that can work without the Bundler runtime" method_option "system", type: :boolean, banner: "Install to the system location ($BUNDLE_PATH or $GEM_HOME) even if the bundle was previously installed somewhere else for this application" method_option "trust-policy", alias: "P", type: :string, banner: "Gem trust policy (like gem install -P). Must be one of #{Bundler.rubygems.security_policy_keys.join("|")}" - method_option "target-rbconfig", type: :string, banner: "rbconfig.rb for the deployment target platform" + method_option "target-rbconfig", type: :string, banner: "Path to rbconfig.rb for the deployment target platform" method_option "without", type: :array, banner: "Exclude gems that are part of the specified named group." method_option "with", type: :array, banner: "Include gems that are part of the specified named group." def install |