Skip to content

Commit

Permalink
generate help string name (JuliaLang#438)
Browse files Browse the repository at this point in the history
The help says it's called "create"
  • Loading branch information
simonbyrne authored and KristofferC committed Jul 3, 2018
1 parent 096a652 commit ff99625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stdlib/Pkg/src/REPLMode.jl
Original file line number Diff line number Diff line change
Expand Up @@ -371,9 +371,9 @@ const helps = Dict(
the project file is summarized.
""", CMD_GENERATE => md"""
create name
generate pkgname
Create a project called `name` in the current folder.
Create a project called `pkgname` in the current folder.
""",
CMD_ADD => md"""
Expand Down

0 comments on commit ff99625

Please sign in to comment.