diff options
-rw-r--r-- | man/bundle-install.ronn | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/man/bundle-install.ronn b/man/bundle-install.ronn index 99fa88f45f..12cc64e767 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 |