summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/argv.go b/argv.go
index 909df65..c90d486 100644
--- a/argv.go
+++ b/argv.go
@@ -30,8 +30,8 @@ type args struct {
Comments bool `arg:"--format-comments" help:"enforce parseable comments in a .proto file"`
NoFormat bool `arg:"--no-format" help:"do not auto-reformat the .proto file"`
Renumber bool `arg:"--renumber" help:"renumber everything. obviously breaks backwards compatiblity"`
- Clean bool `arg:"--clean" help:"clean out any *pb.go files; bypassing ctime sanity checks"`
- Ctime bool `arg:"--ctime" help:"do os.Stat() createtime sanity checks"`
+ Clean bool `arg:"--clean" help:"clean out any *pb.go files; bypassing mtime sanity checks"`
+ Mtime bool `arg:"--mtime" help:"do os.Stat() modtime sanity checks"`
GoSrc string `arg:"--go-src" help:"default is ~/go/src. could be set to your go.work path"`
GoPath string `arg:"--gopath" help:"the gopath of this repo"`
Identify string `arg:"--identify" help:"identify file"`