diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"` } |
