Skip to content

Commit 2db9796

Browse files
committed
Add a note about mix help <TASK> at the end of mix help
1 parent 2f844fd commit 2db9796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mix/lib/mix/tasks/help.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ defmodule Mix.Tasks.Help do
1212
$ mix help ALIAS - prints the definition for the given alias
1313
$ mix help TASK - prints full docs for the given task
1414
$ mix help --search PATTERN - prints all tasks and aliases that contain PATTERN in the name
15-
$ mix help --names - prints all task names and aliases
16-
(useful for autocompleting)
15+
$ mix help --names - prints all task names and aliases (useful for autocompletion)
1716
$ mix help --aliases - prints all aliases
1817
1918
## Colors
@@ -53,6 +52,7 @@ defmodule Mix.Tasks.Help do
5352
display_default_task_doc(max)
5453
display_doc_list(docs, max)
5554
display_iex_task_doc(max)
55+
Mix.shell().info("\nUse \"mix help <TASK>\" for more information on a particular command.")
5656
end
5757

5858
def run(["--names"]) do

0 commit comments

Comments
 (0)