Skip to content

Commit dc403e4

Browse files
author
José Valim
committed
Merge pull request #2395 from pwoolcoc/mix-help-new-typo
fix typo in `mix help new`
2 parents c377483 + b3c6bc2 commit dc403e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mix/lib/mix/tasks/new.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defmodule Mix.Tasks.New do
1010
Creates a new Elixir project.
1111
It expects the path of the project as argument.
1212
13-
mix new PATH [--bare] [--module MODULE] [--umbrella]
13+
mix new PATH [--sup] [--module MODULE] [--umbrella]
1414
1515
A project at the given PATH will be created. The
1616
application name and module name will be retrieved

0 commit comments

Comments
 (0)