summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/argv.go b/argv.go
index 9ee7460..67dfcef 100644
--- a/argv.go
+++ b/argv.go
@@ -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 {