summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-04 03:45:37 -0500
committerJeff Carr <[email protected]>2025-10-04 03:45:37 -0500
commit1989e56cd4c1a1991b8f7c86eba150815e262b43 (patch)
tree9563207825f60440c0cde9107bf62cd3b2bd469c /argv.go
parent02f0beb409582be2ebfce40e9e6d9760e014f717 (diff)
start removing old table code
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 9a15eda..0f9a4db 100644
--- a/argv.go
+++ b/argv.go
@@ -22,7 +22,7 @@ type args struct {
Config *ConfigCmd `arg:"subcommand:config" help:"show your .config/forge/ settings"`
Gui *EmptyCmd `arg:"subcommand:gui" help:"open the gui"`
Merge *MergeCmd `arg:"subcommand:merge" help:"merge branches"`
- Normal *NormalCmd `arg:"subcommand:user" help:"makes a user branch in every git repo"`
+ Normal *NormalCmd `arg:"subcommand:user" help:"makes a user branch in every git repo (The Default)"`
Patch *PatchCmd `arg:"subcommand:patch" help:"make patchsets"`
Pull *PullCmd `arg:"subcommand:pull" help:"run 'git pull'"`
Show *ShowCmd `arg:"subcommand:show" help:"print out things"`