summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-07-21 21:05:25 -0500
committerJeff Carr <[email protected]>2025-07-21 21:05:25 -0500
commit5b5d262ce446037c52c661bf5383c6266b0cbe3b (patch)
tree80fdac6cfd61c7f6d871803a5104a7e3fa21f127 /argv.go
parent8c25ed19a3550ad49f110fa503c5d91bcb05105f (diff)
docs + fixes to Rill()
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/argv.go b/argv.go
index 8a82ef9..be61247 100644
--- a/argv.go
+++ b/argv.go
@@ -138,9 +138,9 @@ func (args) Version() string {
func (a args) Description() string {
return `
-forge -- a tool to git repos at go.wit.com
+forge -- a tool to manage lots of git repos. forge includes a GUI and TUI.
- but you can probably use it for other things
+ forge only executes the 'git' command. Everything it does, you can run by hand with 'git'.
`
}