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