summaryrefslogtreecommitdiff
path: root/man/gemfile.5.ronn
diff options
context:
space:
mode:
authorAditya Prakash <aditya.prakash132@gmail.com>2016-03-05 00:22:09 +0530
committerAditya Prakash <aditya.prakash132@gmail.com>2016-03-05 00:49:12 +0530
commit9816a73cd0f30034ebd693041402bd2f757f191b (patch)
tree97cda967a2fea03e3bbf5875adc93fde5193814d /man/gemfile.5.ronn
parent5e2e2ff089af4875c54b27cfb5d4286471dff125 (diff)
downloadbundler-9816a73cd0f30034ebd693041402bd2f757f191b.tar.gz
Small fixes in man pages
Diffstat (limited to 'man/gemfile.5.ronn')
-rw-r--r--man/gemfile.5.ronn6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn
index be580d9c90..dc1a6b5acb 100644
--- a/man/gemfile.5.ronn
+++ b/man/gemfile.5.ronn
@@ -35,9 +35,9 @@ this warning, by using the [`:source` option](#SOURCE-source-) or a
### CREDENTIALS (#credentials)
-Some gem sources require a username and password. Use `bundle config` to set
-the username and password for any sources that need it. The command must be run
-once on each computer that will install the Gemfile, but this keeps the
+Some gem sources require a username and password. Use [bundle config(1)][bundle-config] to set
+the username and password for any of the sources that need it. The command must
+be run once on each computer that will install the Gemfile, but this keeps the
credentials from being stored in plain text in version control.
bundle config gems.example.com user:password