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