diff options
| author | Jeff Carr <[email protected]> | 2025-10-10 04:15:14 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-10 04:15:14 -0500 |
| commit | b084fe4b749cd4ca9226f02de07b27ce82c2c80d (patch) | |
| tree | fd6830068834d007a73d6fb3333d87b4c0142653 /argv.go | |
| parent | bbfa822fe670250482b21249760d7246b12fefde (diff) | |
better notes
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"` } |
