summaryrefslogtreecommitdiff
path: root/tableDefault.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-28 08:40:51 -0500
committerJeff Carr <[email protected]>2025-10-28 08:40:51 -0500
commitc5a92b421f202a5b8c807d618aa6edf1cb7db325 (patch)
tree43606ecee91d7f138c14d1f4e220e4f16385f803 /tableDefault.go
parent356cb6b9f9a6f61ca4f26fa20d068a6b905e8122 (diff)
trying to improve user handling
Diffstat (limited to 'tableDefault.go')
-rw-r--r--tableDefault.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tableDefault.go b/tableDefault.go
index d2562c6..99733c9 100644
--- a/tableDefault.go
+++ b/tableDefault.go
@@ -102,11 +102,11 @@ func (f *Forge) makeDefaultBaseTB(pb *gitpb.Repos) *gitpb.ReposTable {
col = t.AddNamespace()
col.Width = 33
- col.Header.Name = fmt.Sprintf("Cache(%s) mode(%s)", f.cache.Name, f.mode.String())
+ col.Header.Name = fmt.Sprintf("Repos (%s) (%s)", f.cache.Name, f.mode.String())
col = t.AddCurrentBranchName()
col.Width = 7
- col.Header.Name = "current"
+ col.Header.Name = "branch"
col = t.AddStringFunc("age", func(r *gitpb.Repo) string {
if r.IsDirty() {