From b27565101553e929e74a576cc78fcc950ed8b7d4 Mon Sep 17 00:00:00 2001 From: Zac Clay Date: Tue, 6 Apr 2021 16:06:16 -0400 Subject: [PATCH] Fix grammar in help text For the `--tasks` flag. --- lib/rake/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }