diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -107,9 +107,10 @@ type CleanDevelCmd struct { } type PatchCmd struct { - Get *EmptyCmd `arg:"subcommand:get" help:"get the new patchsets"` - Fix bool `arg:"--fix" help:"actually apply your patches"` - Submit bool `arg:"--resubmit" help:"resubmit your git commits"` + 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"` + Submit bool `arg:"--resubmit" help:"resubmit your git commits"` } type PullCmd struct { |
