summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/argv.go b/argv.go
index e1a1663..2ac11ad 100644
--- a/argv.go
+++ b/argv.go
@@ -107,9 +107,7 @@ type CleanDevelCmd struct {
}
type PatchCmd struct {
- Get bool `arg:"--get" help:"get the new patchsets"`
- Show bool `arg:"--show" help:"show all the current patches"`
- Fix bool `arg:"--fix" help:"attempt to apply any new patches"`
+ Apply bool `arg:"--apply" help:"attempt to apply any new patches"`
Submit bool `arg:"--resubmit" help:"resubmit your git commits"`
}