From d89cec4d74469d69863a455c80c2e909c467bf34 Mon Sep 17 00:00:00 2001 From: Peter Bourgon Date: Thu, 20 Apr 2017 16:37:26 +0200 Subject: [PATCH] cmd/dep: clarify ensure help text ensure no longer modifies the manifest file. --- cmd/dep/ensure.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/dep/ensure.go b/cmd/dep/ensure.go index 6ed07aca0f..11029e2d01 100644 --- a/cmd/dep/ensure.go +++ b/cmd/dep/ensure.go @@ -26,7 +26,7 @@ const ensureLongHelp = ` Ensure is used to fetch project dependencies into the vendor folder, as well as to set version constraints for specific dependencies. It takes user input, solves the updated dependency graph of the project, writes any changes to the -manifest and lock file, and places dependencies in the vendor folder. +lock file, and places dependencies in the vendor folder. Package spec: