diff --git a/lib/rake/application.rb b/lib/rake/application.rb index 9ac9b2130..5938463ab 100644 --- a/lib/rake/application.rb +++ b/lib/rake/application.rb @@ -568,7 +568,7 @@ def standard_rake_options # :nodoc: ["--tasks", "-T [PATTERN]", "Display the tasks (matching optional PATTERN) " + "with descriptions, then exit. " + - "-AT combination displays all of tasks contained no description.", + "-AT combination displays all the tasks, including those without descriptions.", lambda { |value| select_tasks_to_show(options, :tasks, value) }