Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/command_line_usage.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Rake is invoked from the command line using:

Options are:

[<tt><em>name</em>=<em>value</em></tt>]
[<tt>name=value</tt>]
Set the environment variable <em>name</em> to <em>value</em>
during the execution of the <b>rake</b> command. You can access
the value by using ENV['<em>name</em>'].
the value by using <tt>ENV['name']</tt>.

[<tt>--all</tt> (-A)]
Used in combination with the -T and -D options, will force
Expand Down Expand Up @@ -110,7 +110,7 @@ Options are:
[<tt>--silent (-s)</tt>]
Like --quiet, but also suppresses the 'in directory' announcement.

[<tt>--suppress-backtrace _pattern_ </tt>]
[<tt>--suppress-backtrace</tt> _pattern_]
Line matching the regular expression _pattern_ will be removed
from the backtrace output. Note that the --backtrace option is the
full backtrace without these lines suppressed.
Expand Down