Skip to content

Commit 7b6a7b1

Browse files
authored
Merge pull request #381 from mebezac/fix-help-text-grammar-for-tasks
Fix grammar in help text
2 parents 6b7dccc + b275651 commit 7b6a7b1

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
@@ -575,7 +575,7 @@ def standard_rake_options # :nodoc:
575575
["--tasks", "-T [PATTERN]",
576576
"Display the tasks (matching optional PATTERN) " +
577577
"with descriptions, then exit. " +
578-
"-AT combination displays all of tasks contained no description.",
578+
"-AT combination displays all the tasks, including those without descriptions.",
579579
lambda { |value|
580580
select_tasks_to_show(options, :tasks, value)
581581
}

0 commit comments

Comments
 (0)