summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-09 09:25:56 -0500
committerJeff Carr <[email protected]>2025-09-09 09:25:56 -0500
commit519be646896096f9ac6780e5b6818869d2d24596 (patch)
tree4ec47c4fb3bca1a107b42355016a640cd2ae2c2e /argv.go
parente629211edd82f3910cff3c3db2c272a48c01fa56 (diff)
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 1f3791c..69fe833 100644
--- a/argv.go
+++ b/argv.go
@@ -35,7 +35,7 @@ type args struct {
Force bool `arg:"--force" help:"rebuild everything"`
Recursive bool `arg:"--recursive" help:"go-clone --recursive"`
WITCOM bool `arg:"--witcom" help:"add the GPL header"`
- Max int32 `arg:"--max" help:"stop building after max builds"`
+ Max int32 `arg:"--max" defauult:"40" help:"stop building after max builds"`
}
type EmptyCmd struct {