diff options
author | Daniel Friesel <derf@finalrewind.org> | 2010-11-20 05:18:54 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2010-11-20 05:18:54 +0100 |
commit | 32c7efe64bc0904bcbb3eecf498ba6f0bf3ad195 (patch) | |
tree | 8f62b26bc18655d8028083785bbb6bd74a42a356 | |
parent | 0e89dfb3bdeb7c5bdc932f17354adc6061b301d7 (diff) |
Fix output
-rwxr-xr-x | bin/icli | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -463,16 +463,16 @@ sub display_host_services { elsif ($h->{'current_state'} == 2) { print colored('UNREACHABLE', 'white on_blue'); } - } - print "\n"; + print "\n"; + } foreach my $service (@services) { if ($all and $verbosity < 3) { print "\t"; } - else { + elsif ($all) { print "\n"; } |