summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
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 5b44cc6..7880247 100644
--- a/argv.go
+++ b/argv.go
@@ -10,7 +10,7 @@ var argv args
type args struct {
Repo string `arg:"positional" help:"go import path"`
- AutoWork bool `arg:"--auto-work" default:"false" help:"auto recreate the go.work file"`
+ AutoWork bool `arg:"--work" default:"false" help:"recreate the go.work file"`
DryRun bool `arg:"--dry-run" help:"show what would be run"`
Recursive bool `arg:"--recursive" default:"false" help:"resursively clone all dependencies"`
Pull bool `arg:"--git-pull" default:"false" help:"run 'git pull' on all your repos"`