Skip to content

Commit

Permalink
Merge pull request #381 from mebezac/fix-help-text-grammar-for-tasks
Browse files Browse the repository at this point in the history
Fix grammar in help text
  • Loading branch information
hsbt committed Feb 15, 2023
2 parents 6b7dccc + b275651 commit 7b6a7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rake/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,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)
}
Expand Down

0 comments on commit 7b6a7b1

Please sign in to comment.