Skip to content

Commit

Permalink
Merge pull request #275 from jwworth/task/improve_documentation
Browse files Browse the repository at this point in the history
Fix some typos
  • Loading branch information
drbrain committed May 14, 2014
2 parents 57c932c + 242a8c2 commit 002f660
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/command_line_usage.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Options are:
tracing details). The _output_ parameter is optional, but if
specified it controls where the backtrace output is sent. If
_output_ is <tt>stdout</tt>, then backtrace output is directed to
stardard output. If _output_ is <tt>stderr</tt>, or if it is
standard output. If _output_ is <tt>stderr</tt>, or if it is
missing, then the backtrace output is sent to standard error.

[<tt>--comments</tt>]
Expand Down Expand Up @@ -49,7 +49,7 @@ Options are:

[<tt>--jobs</tt> _number_ (-j)]

Specifies the maximun number of concurrent threads allowed. Rake
Specifies the maximum number of concurrent threads allowed. Rake
will allocate threads as needed up to this maximum number.

If omitted, Rake will attempt to estimate the number of CPUs on
Expand Down Expand Up @@ -135,7 +135,7 @@ Options are:
Turn on invoke/execute tracing. Also enable full backtrace on
errors. The _output_ parameter is optional, but if specified it
controls where the trace output is sent. If _output_ is
<tt>stdout</tt>, then trace output is directed to stardard output.
<tt>stdout</tt>, then trace output is directed to standard output.
If _output_ is <tt>stderr</tt>, or if it is missing, then trace
output is sent to standard error.

Expand Down

0 comments on commit 002f660

Please sign in to comment.