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