aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorFemaref2018-01-20 12:04:14 +0100
committerFemaref2018-01-20 12:04:14 +0100
commit323d6b685948f2b2a3f9dee48222c3df510ab10f (patch)
tree482c865d5ca63bbb838ece6bf9692d70969d80f1 /main.go
parentaa771ab45be6e0a22fe6dd86f4f3836b2492f78d (diff)
downloadgomove-323d6b685948f2b2a3f9dee48222c3df510ab10f.tar.bz2
document the fact we ignore vendor/
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 60d98e4..fd53fc6 100644
--- a/main.go
+++ b/main.go
@@ -20,7 +20,7 @@ func main() {
cli.StringFlag{
Name: "dir, d",
Value: "./",
- Usage: "directory to scan",
+ Usage: "directory to scan. files under vendor/ are ignored",
},
cli.StringFlag{
Name: "file, f",