diff options
| author | Jeff Carr <[email protected]> | 2025-07-21 21:05:25 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-07-21 21:05:25 -0500 |
| commit | 5b5d262ce446037c52c661bf5383c6266b0cbe3b (patch) | |
| tree | 80fdac6cfd61c7f6d871803a5104a7e3fa21f127 /argv.go | |
| parent | 8c25ed19a3550ad49f110fa503c5d91bcb05105f (diff) | |
docs + fixes to Rill()
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'. ` } |
