summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <colby@taplaboratories.com>2018-01-07 21:41:23 +1100
committerColby Swandale <colby@taplaboratories.com>2018-01-07 21:52:36 +1100
commit4867f10507d4c4fa8de45d757e89462c6df157c2 (patch)
tree26748ad92bb5cd3c20ed48ba143f059326678547
parente461dda587ca5f47fb1a116a98ea0199767f8054 (diff)
downloadbundler-4867f10507d4c4fa8de45d757e89462c6df157c2.tar.gz
remove gemspec option from bundle init documentation
-rw-r--r--man/bundle-init.ronn12
1 files changed, 2 insertions, 10 deletions
diff --git a/man/bundle-init.ronn b/man/bundle-init.ronn
index e5dfd420e9..85f48d4131 100644
--- a/man/bundle-init.ronn
+++ b/man/bundle-init.ronn
@@ -3,16 +3,8 @@ bundle-init(1) -- Generates a Gemfile into the current working directory
## SYNOPSIS
-`bundle init` [--gemspec=FILE]
+`bundle init`
## DESCRIPTION
-Init generates a default `Gemfile(5)` in the current working directory. When
-adding a `Gemfile(5)` to a gem with a gemspec, the `--gemspec` option will
-automatically add each dependency listed in the gemspec file to the newly
-created `Gemfile(5)`.
-
-## OPTIONS
-
-* `--gemspec`:
- Use the specified .gemspec to create the `Gemfile(5)`
+Init generates a default `Gemfile(5)` in the current working directory.