summaryrefslogtreecommitdiff
path: root/man/bundle-gem.ronn
diff options
context:
space:
mode:
authorChris Keele <dev@chriskeele.com>2016-01-22 20:09:31 -0600
committerChris Keele <dev@chriskeele.com>2016-01-22 20:09:31 -0600
commit95d65d5870da321d78505612a325d81f19b23d9a (patch)
treec2bf643314eb7532e1d2e8ee95fb1baff61837b4 /man/bundle-gem.ronn
parenta2d40cdde33186ab3bdd42c5080321ae89218a7b (diff)
downloadbundler-95d65d5870da321d78505612a325d81f19b23d9a.tar.gz
Use '--exe' option name in addition to '--bin' as primary option name.
Diffstat (limited to 'man/bundle-gem.ronn')
-rw-r--r--man/bundle-gem.ronn10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/bundle-gem.ronn b/man/bundle-gem.ronn
index 769e5263f5..8e57189f83 100644
--- a/man/bundle-gem.ronn
+++ b/man/bundle-gem.ronn
@@ -24,13 +24,13 @@ configuration file using the following names:
## OPTIONS
-* `-b` or `--bin`:
- Specify that Bundler should create a binary (as `exe/GEM_NAME`) in the
- generated rubygem project. This binary will also be added to the
+* `--exe` or `-b` or `--bin`:
+ Specify that Bundler should create a binary executable (as `exe/GEM_NAME`)
+ in the generated rubygem project. This binary will also be added to the
`GEM_NAME.gemspec` manifest. This behavior is disabled by default.
-* `--no-bin`:
- Do not create a binary (overrides `--bin` specified in the global config).
+* `--no-exe`:
+ Do not create a binary (overrides `--exe` specified in the global config).
* `--coc`:
Add a `CODE_OF_CONDUCT.md` file to the root of the generated project. If