summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 12:20:48 -0500
committerJeff Carr <[email protected]>2025-10-07 12:20:48 -0500
commit525b609a1c88689f990d3fa30282c160dd475302 (patch)
tree99dfb2cabb83a62664f0637e8225c479e7c830b7 /argv.go
parent557772a2409d436bc6ddab104a254b9bfb92e519 (diff)
.deb creationg is maybe working again
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 eb976d5..b6073f1 100644
--- a/argv.go
+++ b/argv.go
@@ -51,7 +51,7 @@ type DebianCmd struct {
DryRun bool `arg:"--dry-run" help:"only show what would be packaged"`
Verbose bool `arg:"--verbose" help:"be loud about it"`
Force bool `arg:"--force" help:"rebuild everything"`
- Quick bool `arg:"--quick" help:"only build repos with new versions"`
+ All bool `arg:"--all" help:"build everything again"`
}
type CloneCmd struct {