From b084fe4b749cd4ca9226f02de07b27ce82c2c80d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 10 Oct 2025 04:15:14 -0500 Subject: better notes --- argv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argv.go b/argv.go index 188d891..c0ad298 100644 --- a/argv.go +++ b/argv.go @@ -59,7 +59,7 @@ type DebianCmd struct { Release bool `arg:"--release" help:"use go-deb --release"` 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"` + Force bool `arg:"--force" help:"force devel .deb builds into /incoming"` Priv bool `arg:"--private" help:"build private repos"` All bool `arg:"--all" help:"build everything again"` } -- cgit v1.2.3