diff options
author | Andre Arko <andre@arko.net> | 2010-11-12 09:37:35 -0600 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2010-11-12 09:37:35 -0600 |
commit | 64268c3435b7f624c842afc78e4a2247e9b9d2e2 (patch) | |
tree | 5e068350ad67d2445139253fa8d2c9e13683b208 /man/bundle.ronn | |
parent | 9c51e4f53552ec9ed28d09b42666580444423d6e (diff) | |
download | bundler-64268c3435b7f624c842afc78e4a2247e9b9d2e2.tar.gz |
Fix docs for --no-color, add --verbose
Diffstat (limited to 'man/bundle.ronn')
-rw-r--r-- | man/bundle.ronn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/bundle.ronn b/man/bundle.ronn index df5efb6246..5347c559cc 100644 --- a/man/bundle.ronn +++ b/man/bundle.ronn @@ -3,7 +3,7 @@ bundle(1) -- Ruby Dependency Management ## SYNOPSIS -`bundle` [--no-color] COMMAND [ARGS] +`bundle` COMMAND [--no-color] [--verbose] [ARGS] ## DESCRIPTION @@ -18,6 +18,9 @@ started, and Gemfile(5) for more information on the `Gemfile` format. * `--no-color`: Prints all output without color +* `--verbose`: + Prints out additional logging information + ## BUNDLE COMMANDS We divide `bundle` subcommands into primary commands and utilities. |