summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hostinfo/printer.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/hostinfo/printer.py b/hostinfo/printer.py
index 7d440d0..97ed4ca 100644
--- a/hostinfo/printer.py
+++ b/hostinfo/printer.py
@@ -5,7 +5,9 @@ class Printer:
'hostname': 'Hostname',
'arch': 'Architecture',
'os': 'Operating System',
- 'addresses': 'IPs'
+ 'addresses': 'IPs',
+ 'ports': 'Ports',
+ 'vserver': 'VServer'
}
sort = ['hostname', 'arch', 'os', 'addresses']