summaryrefslogtreecommitdiff
path: root/humanTable.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-20 11:44:42 -0500
committerJeff Carr <[email protected]>2025-08-20 11:44:42 -0500
commit04983dc7ce4722349f3eddbf4ddfa7961579f954 (patch)
treedfdd9f34e030429cd660acfea9ef263209b7f892 /humanTable.go
parent9027d88e501b45f77d240a2cb0e3b3e16e9efbdb (diff)
use the better string: 'namespace'
Diffstat (limited to 'humanTable.go')
-rw-r--r--humanTable.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/humanTable.go b/humanTable.go
index aa47f59..9bbe0bc 100644
--- a/humanTable.go
+++ b/humanTable.go
@@ -41,7 +41,7 @@ func (f *Forge) PrintHumanTable(allr *gitpb.Repos) {
t := new(tally)
// print the header
- args := []string{"repopath", "cur br", "age", "master", "devel", "user", "curver", "lasttag", "next", "repo type"}
+ args := []string{"namespace", "cur br", "age", "master", "devel", "user", "curver", "lasttag", "next", "repo type"}
sizes := []int{40, 12, 6, 12, 16, 16, 16, 12, 12, 8}
log.Info(standardTableSize10(sizes, args))
@@ -79,7 +79,7 @@ func (f *Forge) PrintHumanTableFull(allr *gitpb.Repos) {
t := new(tally)
// print the header
- args := []string{"cur br", "age", "master", "devel", "user", "curver", "lasttag", "next", "repo type", "repopath"}
+ args := []string{"cur br", "age", "master", "devel", "user", "curver", "lasttag", "next", "repo type", "namespace"}
sizes := []int{12, 6, 12, 16, 16, 16, 12, 12, 8, 0}
log.Info(standardTableSize10(sizes, args))
@@ -99,7 +99,7 @@ func (f *Forge) PrintHumanTableDirty(allr *gitpb.Repos) {
t := new(tally)
// print the header
- args := []string{"repopath", "cur br", "age", "master", "devel", "user", "curver", "lasttag", "next", "repo type"}
+ args := []string{"namespace", "cur br", "age", "master", "devel", "user", "curver", "lasttag", "next", "repo type"}
sizes := []int{40, 12, 6, 12, 16, 16, 16, 12, 12, 8}
log.Info(standardTableSize10(sizes, args))