diff options
author | Daniel Friesel <derf@finalrewind.org> | 2010-12-12 09:52:42 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2010-12-12 09:52:42 +0100 |
commit | 49eb6c4218467ddcac828c48ab86b60bbdcc3c88 (patch) | |
tree | aa6f7ba6349e475f5678e52c293ac4e58d5d422a /bin | |
parent | 0d2164fb4033f1db0a0cac3abbc09ac83629d9d2 (diff) |
-x: Use line breaks instead of cut-off by default
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/icli | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -25,7 +25,7 @@ my $verbosity = 1; my $recheck = 0; my $acknowledge = undef; my $term_width = Term::Size::chars(); -my $cut_mode = 'c'; +my $cut_mode = 'b'; my (@for_hosts, @for_groups, @for_services, @list_hosts, @list_services); my @filters; @@ -920,13 +920,13 @@ Show version information =item B<-x>|B<--cut-mode> I<mode> What to do with lines which are too long for the terminal: B<n>othing, B<c>ut -off, line B<b>reak (with proper indentation). +off, line B<b>reak (with proper indentation). The default is line B<b>reaks =item B<-z>|B<--filter> I<expression> Limit selection to hosts/services passing the filter. I<expression> is a comma separated list of filters, only hosts/services to which all filters apply are -selected. See also L</"FILTER EXPRESSIONS">. +selected. See also L</"FILTER EXPRESSIONS"> =back |