diff options
author | Noah Kantrowitz <noah@coderanger.net> | 2017-03-28 18:34:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-28 18:34:56 -0700 |
commit | 68362b6e3f232d88ac3a5f2d5f54ecb4be83d746 (patch) | |
tree | 6f923a11d882ac5a0e51fb7651758803b925100e /man | |
parent | a9c93811a25b56cd35f864917570b8c589587ff4 (diff) | |
download | bundler-68362b6e3f232d88ac3a5f2d5f54ecb4be83d746.tar.gz |
Fix indentation to match other lines.
Diffstat (limited to 'man')
-rw-r--r-- | man/bundle-update.ronn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bundle-update.ronn b/man/bundle-update.ronn index 554ef6bd95..21ed1cd287 100644 --- a/man/bundle-update.ronn +++ b/man/bundle-update.ronn @@ -55,7 +55,7 @@ gem. Specify the number of jobs to run in parallel. The default is `1`. * `--retry=[<number>]`: -Retry failed network or git requests for <number> times. + Retry failed network or git requests for <number> times. * `--quiet`: Only output warnings and errors. |