summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-05-08 03:16:42 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-05-08 03:17:14 +0200
commitdb696830607b574cc8a9a59d0b0add50a0c0cb6e (patch)
treee43fd6218201ede9290e168b1c1a2e1627e19047 /bin
parent501282ed28012835ce51cce8d59b77645c741289 (diff)
downloadtools-db696830607b574cc8a9a59d0b0add50a0c0cb6e.tar.gz
tools-db696830607b574cc8a9a59d0b0add50a0c0cb6e.tar.bz2
tools-db696830607b574cc8a9a59d0b0add50a0c0cb6e.zip
hostinfo: Prefix class, ports/addresses handling adjusted, new online mode
Diffstat (limited to 'bin')
-rwxr-xr-xbin/hostinfo2
1 files changed, 1 insertions, 1 deletions
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):