diff options
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)) |
