summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-16 18:58:52 -0500
committerJeff Carr <[email protected]>2025-08-16 18:58:52 -0500
commit2bd007d0c054cedbdea14f743aa03bb46015d6c5 (patch)
treebfd79027be226571e1d9a139315599c52633b52a /argv.go
parenta21d17dda963eec946ca5f2e40d2a8a9aee9e009 (diff)
stub in something to check the versions
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 be61247..9b7601b 100644
--- a/argv.go
+++ b/argv.go
@@ -68,7 +68,7 @@ type PatchCmd struct {
}
type PullCmd struct {
- Test *EmptyCmd `arg:"subcommand:test" help:"list repos that need 'git pull'"`
+ Check *EmptyCmd `arg:"subcommand:check" help:"check repo versions"`
Dirty *EmptyCmd `arg:"subcommand:dirty" help:"only check dirty repos"`
Patches *EmptyCmd `arg:"subcommand:patches" help:"only check repos with patches"`
Sync *SyncCmd `arg:"subcommand:sync" help:"sync repos with upstream"`