diff options
author | The Bundler Bot <bot@bundler.io> | 2018-03-27 21:29:57 +0000 |
---|---|---|
committer | Colby Swandale <me@colby.fyi> | 2018-04-20 10:28:36 +1000 |
commit | 2c031845c065597999509412e0a69f137f496148 (patch) | |
tree | e79288a7c135030bbee0f1376c99fb2d004a787b | |
parent | 178bb8e9a07d390ec907cdd9aa566e3b0048d35c (diff) | |
download | bundler-2c031845c065597999509412e0a69f137f496148.tar.gz |
Auto merge of #6463 - bundler:rubymorillo-patch-2, r=indirect
Made small copy tweaks, removed redundant phrasing
Thanks so much for the contribution!
To make reviewing this PR a bit easier, please fill out answers to the following questions.
### What was the end-user problem that led to this PR?
I did a cursory review of the `bundle help` doc to make sure the language still made sense. Everything still made sense, but I wanted to remove redundant phrases that could confuse users, and just tightened up punctuation.
### What is your fix for the problem, implemented in this PR?
My fix...
...was to make some small tweaks in capitalization, punctuation, and remove redundant phrasing that could confuse users.
### Why did you choose this fix out of the possible options?
I chose this fix because...
...simple to implement :)
(cherry picked from commit 3cad98f73b76baca15e34ea72bb32954b03f8b38)
-rw-r--r-- | man/bundle.ronn | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/man/bundle.ronn b/man/bundle.ronn index 60cb54a9b9..a3a651ba3c 100644 --- a/man/bundle.ronn +++ b/man/bundle.ronn @@ -26,7 +26,7 @@ started, and Gemfile(5) for more information on the `Gemfile` format. ## BUNDLE COMMANDS -We divide `bundle` subcommands into primary commands and utilities. +We divide `bundle` subcommands into primary commands and utilities: ## PRIMARY COMMANDS @@ -41,10 +41,10 @@ We divide `bundle` subcommands into primary commands and utilities. `vendor/cache` directory * [`bundle exec(1)`][bundle-exec(1)]: - Execute a script in the context of the current bundle + Execute a script in the current bundle * [`bundle config(1)`][bundle-config(1)]: - Specify and read configuration options for bundler + Specify and read configuration options for Bundler * `bundle help(1)`: Display detailed help for each subcommand @@ -59,7 +59,7 @@ We divide `bundle` subcommands into primary commands and utilities. * [`bundle check(1)`][bundle-check(1)]: Determine whether the requirements for your application are installed - and available to bundler + and available to Bundler * [`bundle show(1)`][bundle-show(1)]: Show the source location of a particular gem in the bundle @@ -68,7 +68,7 @@ We divide `bundle` subcommands into primary commands and utilities. Show all of the outdated gems in the current bundle * `bundle console(1)`: - Start an IRB session in the context of the current bundle + Start an IRB session in the current bundle * [`bundle open(1)`][bundle-open(1)]: Open an installed gem in the editor @@ -83,16 +83,16 @@ We divide `bundle` subcommands into primary commands and utilities. Generate a simple `Gemfile`, placed in the current directory * [`bundle gem(1)`][bundle-gem(1)]: - Create a simple gem, suitable for development with bundler + Create a simple gem, suitable for development with Bundler * [`bundle platform(1)`][bundle-platform(1)]: Display platform compatibility information * [`bundle clean(1)`][bundle-clean(1)]: - Clean up unused gems in your bundler directory + Clean up unused gems in your Bundler directory * `bundle doctor(1)`: - Display warnings about common potential problems + Display warnings about common problems ## PLUGINS @@ -102,7 +102,7 @@ and execute it, passing down any extra arguments to it. ## OBSOLETE -These commands are obsolete and should no longer be used +These commands are obsolete and should no longer be used: * `bundle cache(1)` * `bundle show(1)` |