Skip to content

Commit b275651

Browse files
committed
Fix grammar in help text
For the `--tasks` flag.
1 parent 6df50d8 commit b275651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/rake/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ def standard_rake_options # :nodoc:
568568
["--tasks", "-T [PATTERN]",
569569
"Display the tasks (matching optional PATTERN) " +
570570
"with descriptions, then exit. " +
571-
"-AT combination displays all of tasks contained no description.",
571+
"-AT combination displays all the tasks, including those without descriptions.",
572572
lambda { |value|
573573
select_tasks_to_show(options, :tasks, value)
574574
}

0 commit comments

Comments
 (0)