aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-11-12 11:39:42 -0600
committerAndre Arko <andre@arko.net>2010-11-12 11:39:42 -0600
commit256ab65b8a89260ad7d725d1c651dd01f74e553d (patch)
tree84495211e229fd1467ca4fb21acf7a76794b4b56 /man
parent64268c3435b7f624c842afc78e4a2247e9b9d2e2 (diff)
downloadbundler-256ab65b8a89260ad7d725d1c651dd01f74e553d.tar.gz
clean up bundle install args
Diffstat (limited to 'man')
-rw-r--r--man/bundle-install.ronn9
1 files changed, 6 insertions, 3 deletions
diff --git a/man/bundle-install.ronn b/man/bundle-install.ronn
index 99fa88f4..12cc64e7 100644
--- a/man/bundle-install.ronn
+++ b/man/bundle-install.ronn
@@ -3,9 +3,12 @@ bundle-install(1) -- Install the dependencies specified in your Gemfile
## SYNOPSIS
-`bundle install` [--local] [--quiet] [--gemfile=GEMFILE] [--system]
- [--deployment] [--frozen] [--path]
- [--binstubs[=DIRECTORY]] [--without=GROUP1[ GROUP2...]]
+`bundle install` [--gemfile=GEMFILE]
+ [--path PATH] [--system]
+ [--without=GROUP1[ GROUP2...]]
+ [--local] [--deployment]
+ [--binstubs[=DIRECTORY]]
+ [--quiet]
## DESCRIPTION