summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"`
}