From 501282ed28012835ce51cce8d59b77645c741289 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 8 May 2013 03:14:59 +0200 Subject: hostinfo/printer: new lables --- hostinfo/printer.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'] -- cgit v1.2.3-1-g7c22