summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
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 {