diff options
-rw-r--r-- | lib/bundler/man/bundle-config.1 | 2 | ||||
-rw-r--r-- | 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 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. 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. |