summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-10 04:15:14 -0500
committerJeff Carr <[email protected]>2025-10-10 04:15:14 -0500
commitb084fe4b749cd4ca9226f02de07b27ce82c2c80d (patch)
treefd6830068834d007a73d6fb3333d87b4c0142653 /argv.go
parentbbfa822fe670250482b21249760d7246b12fefde (diff)
better notes
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 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"`
}