diff options
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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'. ` } |
