Skip to content

Commit fb97f04

Browse files
committed
Fix RDoc formatting in doc/command_line_usage.rdoc to correct code markup and clarify option syntax
1 parent 68020a7 commit fb97f04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/command_line_usage.rdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Rake is invoked from the command line using:
66

77
Options are:
88

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

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

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

0 commit comments

Comments
 (0)