summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-05-08 03:14:59 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-05-08 03:14:59 +0200
commit501282ed28012835ce51cce8d59b77645c741289 (patch)
tree6b20a99a81177b9d4d93e86ba2cab4bc6f46e8e9
parentc769c5ddf6f66a14db48d7691163994caa8c346e (diff)
downloadtools-501282ed28012835ce51cce8d59b77645c741289.tar.gz
tools-501282ed28012835ce51cce8d59b77645c741289.tar.bz2
tools-501282ed28012835ce51cce8d59b77645c741289.zip
hostinfo/printer: new lables
-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']