diff options
author | Takuya Noguchi <[email protected]> | 2022-08-02 05:24:22 +0000 |
---|---|---|
committer | git <[email protected]> | 2022-08-02 18:35:38 +0900 |
commit | b81858cf6f22b1a3c9a56e8e867c3a9efc189408 (patch) | |
tree | f49eb287ec4b87d8fb42770606a8dd3c9ec9ac52 /lib/bundler/man/bundle-config.1.ronn | |
parent | e3aabe93aae87a60ba7b8f1a0fd590534647e352 (diff) |
[rubygems/rubygems] Fix arguments for bundle-config(1) docs
Signed-off-by: Takuya Noguchi <[email protected]>
https://github.com/rubygems/rubygems/commit/3e62ca776d
Diffstat (limited to 'lib/bundler/man/bundle-config.1.ronn')
-rw-r--r-- | lib/bundler/man/bundle-config.1.ronn | 4 |
1 files changed, 2 insertions, 2 deletions
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. 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. |