summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/icli4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/icli b/bin/icli
index a8bf272..4ea6716 100755
--- a/bin/icli
+++ b/bin/icli
@@ -463,11 +463,11 @@ sub display_x_verbose {
'Plugin Output',
break_str($x->{'plugin_output'}, 19),
);
- if (length($x->{'long_plugin_output'})) {
+ for my $line (split(qr{\\n}, $x->{'long_plugin_output'})) {
printf(
$format,
q{},
- break_str($x->{'long_plugin_output'}, 19),
+ break_str($line, 19),
);
}
printf(