diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -62,8 +62,8 @@ type FixCmd struct { } type VerifyCmd struct { - List bool `arg:"--list" help:"list all stats"` - All bool `arg:"--all" help:"do all repos"` + All *EmptyCmd `arg:"subcommand:all" help:"show mtime changes"` + List bool `arg:"--list" help:"list all stats"` } func (ShowCmd) Examples() string { |
