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