From db696830607b574cc8a9a59d0b0add50a0c0cb6e Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 8 May 2013 03:16:42 +0200 Subject: hostinfo: Prefix class, ports/addresses handling adjusted, new online mode --- bin/hostinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/hostinfo b/bin/hostinfo index acf711c..c7cf8f5 100755 --- a/bin/hostinfo +++ b/bin/hostinfo @@ -18,7 +18,7 @@ def print_info(path, key=None): stream = file(path, 'r') data = yaml.load(stream) - p = printer.Printer(data) + p = printer.Printer(data, False) p.info(key) def find_host(host, key=None): -- cgit v1.2.3-1-g7c22