summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-13 13:17:26 -0600
committerJeff Carr <[email protected]>2024-12-13 13:17:26 -0600
commit6ea78a6e8ba73e98a396e03b9231bd2d6a9a5288 (patch)
tree456f0e2be1a341704485e90b4f7b31c21d40d127 /argv.go
parent682acb34813188d292f7d6312f7d3d5c0fdfb22b (diff)
add --do-patches
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index ff8a1f0..5526312 100644
--- a/argv.go
+++ b/argv.go
@@ -21,7 +21,7 @@ type args struct {
DoBuild bool `arg:"--do-build" default:"true" help:"also try to build it"`
DoInstall bool `arg:"--do-install" help:"try to install every binary package"`
DoRedoGoMod bool `arg:"--do-RedoGoMod" help:"remake all the go.sum and go.mod files"`
- DoErase bool `arg:"--do-EraseGoMod" help:"erase the go.mod and go.sum files"`
+ DoPatchSet bool `arg:"--do-patches" help:"make patch set"`
DoGui bool `arg:"--do-gui" help:"test the gui"`
DryRun bool `arg:"--dry-run" help:"show what would be run"`
Fix bool `arg:"--fix" help:"fix config, save config & exit"`