diff options
Diffstat (limited to 'tableDefault.go')
| -rw-r--r-- | tableDefault.go | 4 |
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() { |
