summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-09 11:07:15 -0500
committerJeff Carr <[email protected]>2025-10-09 13:15:49 -0500
commitf47fbeed4d6b19f3859a3e4d417c4dc2592a5b38 (patch)
treed39ce05325b810b90e5d8e041a041fa36b2948c0 /argv.go
parent31da3672f58df9a80e32a846bc9ff7bed3fdeffd (diff)
more on processing incoming/
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 ddbea91..5f99c69 100644
--- a/argv.go
+++ b/argv.go
@@ -18,7 +18,7 @@ var argv args
type args struct {
List *EmptyCmd `arg:"subcommand:list" help:"show the packages"`
- Walk *EmptyCmd `arg:"subcommand:scan" help:"walk the filesystem for new .deb files"`
+ Walk *EmptyCmd `arg:"subcommand:walk" help:"walk the filesystem for new .deb files"`
Update *EmptyCmd `arg:"subcommand:update" help:"update the apt repo"`
Incoming *EmptyCmd `arg:"subcommand:incoming" help:"handle the incoming directory"`
DryRun bool `arg:"--dry-run" help:"only show what would be packaged"`