From 2271c624d580d51cae139bb9aa936f11f21c9c68 Mon Sep 17 00:00:00 2001 From: Peter Bourgon Date: Fri, 30 Dec 2016 20:49:38 +0100 Subject: [PATCH] One clarification to init's short help --- init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.