Skip to content

Commit 3e62ca7

Browse files
committed
Fix arguments for bundle-config(1) docs
Signed-off-by: Takuya Noguchi <[email protected]>
1 parent ca4e6cd commit 3e62ca7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bundler/lib/bundler/man/bundle-config.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Executing \fBbundle config unset <name>\fR will delete the configuration in both
5151
Executing \fBbundle config unset \-\-global <name>\fR will delete the configuration only from the user configuration\.
5252
.
5353
.P
54-
Executing \fBbundle config unset \-\-local <name> <value>\fR will delete the configuration only from the local application\.
54+
Executing \fBbundle config unset \-\-local <name>\fR will delete the configuration only from the local application\.
5555
.
5656
.P
5757
Executing bundle with the \fBBUNDLE_IGNORE_CONFIG\fR environment variable set will cause it to ignore all configuration\.

bundler/lib/bundler/man/bundle-config.1.ronn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ local and global sources.
4343
Executing `bundle config unset --global <name>` will delete the configuration
4444
only from the user configuration.
4545

46-
Executing `bundle config unset --local <name> <value>` will delete the
47-
configuration only from the local application.
46+
Executing `bundle config unset --local <name>` will delete the configuration
47+
only from the local application.
4848

4949
Executing bundle with the `BUNDLE_IGNORE_CONFIG` environment variable set will
5050
cause it to ignore all configuration.

0 commit comments

Comments
 (0)