File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ Rake is invoked from the command line using:
66
77Options 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.
You can’t perform that action at this time.
0 commit comments