diff --git a/doc/command_line_usage.rdoc b/doc/command_line_usage.rdoc
index c1ff39d5b..95d6b3d64 100644
--- a/doc/command_line_usage.rdoc
+++ b/doc/command_line_usage.rdoc
@@ -6,10 +6,10 @@ Rake is invoked from the command line using:
Options are:
-[name=value]
+[name=value]
Set the environment variable name to value
during the execution of the rake command. You can access
- the value by using ENV['name'].
+ the value by using ENV['name'].
[--all (-A)]
Used in combination with the -T and -D options, will force
@@ -110,7 +110,7 @@ Options are:
[--silent (-s)]
Like --quiet, but also suppresses the 'in directory' announcement.
-[--suppress-backtrace _pattern_ ]
+[--suppress-backtrace _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.