ruby-changes:72790
From: Takuya <ko1@a...>
Date: Tue, 2 Aug 2022 18:35:51 +0900 (JST)
Subject: [ruby-changes:72790] b81858cf6f (master): [rubygems/rubygems] Fix arguments for bundle-config(1) docs
https://git.ruby-lang.org/ruby.git/commit/?id=b81858cf6f From b81858cf6f22b1a3c9a56e8e867c3a9efc189408 Mon Sep 17 00:00:00 2001 From: Takuya Noguchi <takninnovationresearch@g...> Date: Tue, 2 Aug 2022 05:24:22 +0000 Subject: [rubygems/rubygems] Fix arguments for bundle-config(1) docs Signed-off-by: Takuya Noguchi <takninnovationresearch@g...> https://github.com/rubygems/rubygems/commit/3e62ca776d --- lib/bundler/man/bundle-config.1 | 2 +- lib/bundler/man/bundle-config.1.ronn | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/bundler/man/bundle-config.1 b/lib/bundler/man/bundle-config.1 index 9ab1f81c83..9f7887ca91 100644 --- a/lib/bundler/man/bundle-config.1 +++ b/lib/bundler/man/bundle-config.1 @@ -51,7 +51,7 @@ Executing \fBbundle config unset <name>\fR will delete the configuration in both https://github.com/ruby/ruby/blob/trunk/lib/bundler/man/bundle-config.1#L51 Executing \fBbundle config unset \-\-global <name>\fR will delete the configuration only from the user configuration\. . .P -Executing \fBbundle config unset \-\-local <name> <value>\fR will delete the configuration only from the local application\. +Executing \fBbundle config unset \-\-local <name>\fR will delete the configuration only from the local application\. . .P Executing bundle with the \fBBUNDLE_IGNORE_CONFIG\fR environment variable set will cause it to ignore all configuration\. diff --git a/lib/bundler/man/bundle-config.1.ronn b/lib/bundler/man/bundle-config.1.ronn index 62afe77af8..905c85fcd9 100644 --- a/lib/bundler/man/bundle-config.1.ronn +++ b/lib/bundler/man/bundle-config.1.ronn @@ -43,8 +43,8 @@ local and global sources. https://github.com/ruby/ruby/blob/trunk/lib/bundler/man/bundle-config.1.ronn#L43 Executing `bundle config unset --global <name>` will delete the configuration only from the user configuration. -Executing `bundle config unset --local <name> <value>` will delete the -configuration only from the local application. +Executing `bundle config unset --local <name>` will delete the configuration +only from the local application. Executing bundle with the `BUNDLE_IGNORE_CONFIG` environment variable set will cause it to ignore all configuration. -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/