diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"` |
