summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-02-20 12:25:54 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-02-20 12:25:54 +0100
commit1564ca053705100b487296ecf36aeb29795b87f6 (patch)
treed9289ce5b73fbe324928053a4d305a39219cf4f6 /man
parent4bf058b56c8d9ab37f22dbd4a0c70b11a1950d2d (diff)
downloadbundler-1564ca053705100b487296ecf36aeb29795b87f6.tar.gz
Tweak `bundle config` help to use new interface
Diffstat (limited to 'man')
-rw-r--r--man/bundle-config.ronn6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
index 75a1934b00..91a32c109b 100644
--- a/man/bundle-config.ronn
+++ b/man/bundle-config.ronn
@@ -3,7 +3,7 @@ bundle-config(1) -- Set bundler configuration options
## SYNOPSIS
-`bundle config` [<name> [<value>]]
+`bundle config` [list|get|set|unset] [<name> [<value>]]
## DESCRIPTION
@@ -16,8 +16,8 @@ Bundler loads configuration settings in this order:
3. Global config (`~/.bundle/config`)
4. Bundler default config
-Executing `bundle config` with no parameters will print a list of all
-bundler configuration for the current bundle, and where that configuration
+Executing `bundle config list` with will print a list of all bundler
+configuration for the current bundle, and where that configuration
was set.
Executing `bundle config get <name>` will print the value of that configuration