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

Commit 6af7093

Browse files
committed
Add -dry-run to usage output
1 parent 943dede commit 6af7093

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
@@ -103,7 +103,7 @@ dep ensure -override github.com/pkg/foo@^1.0.1
103103

104104
func (cmd *ensureCommand) Name() string { return "ensure" }
105105
func (cmd *ensureCommand) Args() string {
106-
return "[-update | -add] [-no-vendor | -vendor-only] [<spec>...]"
106+
return "[-update | -add] [-no-vendor | -vendor-only] [-dry-run] [<spec>...]"
107107
}
108108
func (cmd *ensureCommand) ShortHelp() string { return ensureShortHelp }
109109
func (cmd *ensureCommand) LongHelp() string { return ensureLongHelp }

0 commit comments

Comments
 (0)