Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit d89cec4

Browse files
author
Peter Bourgon
committed
cmd/dep: clarify ensure help text
ensure no longer modifies the manifest file.
1 parent 536f25f commit d89cec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/dep/ensure.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const ensureLongHelp = `
2626
Ensure is used to fetch project dependencies into the vendor folder, as well as
2727
to set version constraints for specific dependencies. It takes user input,
2828
solves the updated dependency graph of the project, writes any changes to the
29-
manifest and lock file, and places dependencies in the vendor folder.
29+
lock file, and places dependencies in the vendor folder.
3030
3131
Package spec:
3232

0 commit comments

Comments
 (0)