summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-15 02:03:56 -0500
committerJeff Carr <[email protected]>2025-10-15 02:03:56 -0500
commit63f9f0b4724f0751ef07bd3ebf1432c87fd5957b (patch)
treec843bef0f2c0837dd163aaeb2d444ba697dd7990 /argv.go
parentf39e5a1a15cb6f30ab6c100842e85dc73b23f4df (diff)
compiles and runs okay
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 {