We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6df50d8 commit b275651Copy full SHA for b275651
1 file changed
lib/rake/application.rb
@@ -568,7 +568,7 @@ def standard_rake_options # :nodoc:
568
["--tasks", "-T [PATTERN]",
569
"Display the tasks (matching optional PATTERN) " +
570
"with descriptions, then exit. " +
571
- "-AT combination displays all of tasks contained no description.",
+ "-AT combination displays all the tasks, including those without descriptions.",
572
lambda { |value|
573
select_tasks_to_show(options, :tasks, value)
574
}
0 commit comments