aboutsummaryrefslogtreecommitdiffstats
path: root/commands/patch/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/patch/init.go')
-rw-r--r--commands/patch/init.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/patch/init.go b/commands/patch/init.go
index b7316ee4..7640f268 100644
--- a/commands/patch/init.go
+++ b/commands/patch/init.go
@@ -10,7 +10,7 @@ import (
)
type Init struct {
- Force bool `opt:"-f"`
+ Force bool `opt:"-f" desc:"Overwrite any existing project."`
Name string `opt:"name" required:"false"`
}