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 038d1e3..4bad664 100644
--- a/argv.go
+++ b/argv.go
@@ -13,7 +13,7 @@ type args struct {
Show *ShowCmd `arg:"subcommand:show" help:"show tables"`
Commit *CommitCmd `arg:"subcommand:commit" help:"'git commit'"`
Merge *MergeCmd `arg:"subcommand:merge" help:"merge branches"`
- Rebuild *RebuildCmd `arg:"subcommand:rebuild" help:"download all the forge sources and rebuild forge"`
+ Rebuild *RebuildCmd `arg:"subcommand:rebuild" help:"forge rebuild forge # download and rebuild forge"`
Generate *GenerateCmd `arg:"subcommand:generate" help:"helps run autogenpb in repos with .proto files"`
Clean *EmptyCmd `arg:"subcommand:clean" help:"'git clean' + reset repos to original state"`
Pull *PullCmd `arg:"subcommand:pull" help:"'git pull'"`