From 49eb6c4218467ddcac828c48ab86b60bbdcc3c88 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 12 Dec 2010 09:52:42 +0100 Subject: -x: Use line breaks instead of cut-off by default --- bin/icli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/icli b/bin/icli index 8b8ef69..ddf7978 100755 --- a/bin/icli +++ b/bin/icli @@ -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 What to do with lines which are too long for the terminal: Bothing, But -off, line Break (with proper indentation). +off, line Break (with proper indentation). The default is line Breaks =item B<-z>|B<--filter> I Limit selection to hosts/services passing the filter. I is a comma separated list of filters, only hosts/services to which all filters apply are -selected. See also L. +selected. See also L =back -- cgit v1.2.3