diff options
| author | Jeff Carr <[email protected]> | 2025-09-03 13:54:36 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-03 13:54:36 -0500 |
| commit | 98cc06ab8fc98b728107fff135b107dcdb56fb2a (patch) | |
| tree | cabb2d4c475868ad783578d958ec3e1e5946f690 /humanTable.go | |
| parent | 888442708cefe9e089bb97a99e696cb6995bfbab (diff) | |
lots of Init() cleanups
Diffstat (limited to 'humanTable.go')
| -rw-r--r-- | humanTable.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/humanTable.go b/humanTable.go index 99fec97..6bd4717 100644 --- a/humanTable.go +++ b/humanTable.go @@ -330,7 +330,7 @@ func (psets *Patchsets) PrintTable() { log.DaemonMode(true) // print the header - args := []string{"commit hash", "what", "age", "cId", "partId", "", "", "", "", ""} + args := []string{"commit hash", "", "", "name", "Repo Namespace", "", "", "", "", ""} sizes := []int{36, 3, 3, 40, 80, 2, 2, 2, 2, 2} log.Info(cobol.StandardTableSize10(sizes, args)) |
