summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-04-04 12:15:15 +0000
committerThe Bundler Bot <bot@bundler.io>2017-04-04 12:15:15 +0000
commit0d887b7f826d5b7384069477cdf0c7230dc09168 (patch)
treed4933bced2b8f89e057766a305e33de66f782ab3
parent324e72d5579c4ef2ff5f7b068cf01f324cc26fe1 (diff)
parent900f403f00a923d27bc2db2842bab3ddbcb8fef4 (diff)
downloadbundler-0d887b7f826d5b7384069477cdf0c7230dc09168.tar.gz
Auto merge of #5562 - aledalgrande:binstubs-docs, r=segiddins
Add bundle binstubs to the main man page Fixes #5560. Hope I understood correctly, I only added a reference because the full man page was already there.
-rw-r--r--man/bundle.ronn3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/bundle.ronn b/man/bundle.ronn
index 59fed42304..e75d861269 100644
--- a/man/bundle.ronn
+++ b/man/bundle.ronn
@@ -48,6 +48,9 @@ We divide `bundle` subcommands into primary commands and utilities.
## UTILITIES
+* `bundle binstubs(1)`:
+ Generate binstubs for executables in a gem
+
* `bundle check(1)`:
Determine whether the requirements for your application are installed
and available to bundler