summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-07-07 20:27:10 -0500
committerJeff Carr <[email protected]>2025-07-07 20:27:10 -0500
commit5d57a8968d7b2cdd2e6ab9ee8ef0af9c9fc2fc23 (patch)
tree8d9454f084195048e754155bc4e130af14d387dd /argv.go
parente2d33ea49600423f1669ef1ab4dab5d91aa17610 (diff)
s/GitPull/Pull/
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 2502a23..4a7b192 100644
--- a/argv.go
+++ b/argv.go
@@ -24,7 +24,7 @@ type args struct {
GitFetch *FindCmd `arg:"subcommand:fetch" help:"run 'git fetch master'"`
List *FindCmd `arg:"subcommand:list" help:"print a table of the current repos"`
Patch *PatchCmd `arg:"subcommand:patch" help:"make patchsets"`
- GitPull *PullCmd `arg:"subcommand:pull" help:"run 'git pull'"`
+ Pull *PullCmd `arg:"subcommand:pull" help:"run 'git pull'"`
URL string `arg:"--connect" help:"forge url"`
All bool `arg:"--all" help:"git commit --all"`
Build string `arg:"--build" help:"build a repo"`