We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b7dccc + b275651 commit 7b6a7b1Copy full SHA for 7b6a7b1
1 file changed
lib/rake/application.rb
@@ -575,7 +575,7 @@ def standard_rake_options # :nodoc:
575
["--tasks", "-T [PATTERN]",
576
"Display the tasks (matching optional PATTERN) " +
577
"with descriptions, then exit. " +
578
- "-AT combination displays all of tasks contained no description.",
+ "-AT combination displays all the tasks, including those without descriptions.",
579
lambda { |value|
580
select_tasks_to_show(options, :tasks, value)
581
}
0 commit comments