summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-15 22:34:20 -0600
committerJeff Carr <[email protected]>2024-12-15 22:34:20 -0600
commit3b714282df43c050920c16a47ee7b8ea46f4c350 (patch)
tree37bd03ae61030eec9faf4643631932c619098d23 /argv.go
parent6392687a6381ce8544b3e50d4083e1391e273849 (diff)
give up and make 3 different versions
Signed-off-by: Jeff Carr <[email protected]>
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 3a80510..4da63f1 100644
--- a/argv.go
+++ b/argv.go
@@ -13,7 +13,7 @@ type args struct {
Verbose bool `arg:"--verbose" help:"show more"`
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"`
+ Force bool `arg:"--force" help:"remove things and redo them no matter what"`
Strict bool `arg:"--strict" default:"false" help:"never make go.* files unless everything is perfect"`
}