summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index 71ae968..571c26f 100644
--- a/argv.go
+++ b/argv.go
@@ -14,7 +14,7 @@ type args struct {
Notes bool `arg:"--metadata" help:"save as git metadata (notes)"`
Restore bool `arg:"--restore" default:"true" help:"restore from git metadata"`
Force bool `arg:"--force" help:"remove the old one"`
- Pure bool `arg:"--pure" default:"false" help:"never leave go.* files unless things are perfect"`
+ Strict bool `arg:"--strict" default:"false" help:"never make go.* files unless everything is perfect"`
}
func (args) Version() string {