summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tableMachinePackages.go (renamed from tableDefault.go)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tableDefault.go b/tableMachinePackages.go
index b7ecc57..93208c0 100644
--- a/tableDefault.go
+++ b/tableMachinePackages.go
@@ -6,7 +6,7 @@ import (
"go.wit.com/log"
)
-// this is the smart table layout for packages
+// tables for what packages are currently installed
func (m *Machine) PrintTable(pb *Packages) {
tablePB := m.makeSmartTable(pb)