summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
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"`