From 525b609a1c88689f990d3fa30282c160dd475302 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 7 Oct 2025 12:20:48 -0500 Subject: .deb creationg is maybe working again --- argv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'argv.go') 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 { -- cgit v1.2.3