From ff99625a85d32dcf436294fda4e2676f73a7123e Mon Sep 17 00:00:00 2001 From: Simon Byrne Date: Wed, 27 Jun 2018 14:38:46 -0700 Subject: [PATCH] generate help string name (#438) The help says it's called "create" --- stdlib/Pkg/src/REPLMode.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stdlib/Pkg/src/REPLMode.jl b/stdlib/Pkg/src/REPLMode.jl index 00423ce6a2b8b..3d68c20e1f45f 100644 --- a/stdlib/Pkg/src/REPLMode.jl +++ b/stdlib/Pkg/src/REPLMode.jl @@ -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"""