From fb97f0487bfe33010154dc715886b5bf56e1288d Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 6 Feb 2026 11:16:44 +0900 Subject: [PATCH] Fix RDoc formatting in doc/command_line_usage.rdoc to correct code markup and clarify option syntax --- doc/command_line_usage.rdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.