diff options
| author | Jeff Carr <[email protected]> | 2025-10-11 09:49:41 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-11 09:49:41 -0500 |
| commit | c8999c2213d8c18783eb99136ac1dd312a83bdb0 (patch) | |
| tree | 31ece68f6cb73525f853925b1e3e5500214bed46 /argv.go | |
| parent | c2be17289a9b80bf8fbe365c364eeaa7c87a65f0 (diff) | |
cleanup patches argv
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"` } |
