diff --git a/init.go b/init.go index 776806b1d9..aebbe12f5d 100644 --- a/init.go +++ b/init.go @@ -17,7 +17,7 @@ import ( "github.com/sdboyer/gps" ) -const initShortHelp = `Write manifest and lock files for the project` +const initShortHelp = `Initialize a new project with manifest and lock files` const initLongHelp = ` Initialize the project at filepath root by parsing its dependencies and writing manifest and lock files. If root isn't specified, use the current directory.