summaryrefslogtreecommitdiff
path: root/table.go
diff options
context:
space:
mode:
Diffstat (limited to 'table.go')
-rw-r--r--table.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/table.go b/table.go
index c7afec8..37e4019 100644
--- a/table.go
+++ b/table.go
@@ -27,9 +27,11 @@ func (pb *Keys) MakeTable(name string) *KeysTable {
col = t.AddVar()
col.Width = 20
+ col.Header.Name = "ENV[name] ="
col = t.AddValue()
col.Width = -1
+ col.Header.Name = "Value"
// col.Header.Name = "Git Hash"
/*