summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2010-11-16 23:42:45 +0100
committerDaniel Friesel <derf@finalrewind.org>2010-11-16 23:42:45 +0100
commit1a1a43b9dadf88a13803942464f3cdeb70e2847c (patch)
treeb114b3e733754427e0bd440cb3c6df108e38fb7b /bin
parentfcd3fbc1d3bcb5655ecf766945876aef7e48fc2c (diff)
Add -s to documentation
Diffstat (limited to 'bin')
-rwxr-xr-xbin/icli13
1 files changed, 8 insertions, 5 deletions
diff --git a/bin/icli b/bin/icli
index ea93e36..04ee1c2 100755
--- a/bin/icli
+++ b/bin/icli
@@ -463,9 +463,9 @@ F</var/lib/icinga/rw/icinga.cmd>
=item B<-g>|B<--hostgroup> I<hostgroup>
-Limit selection to hosts in I<hostgroup>
+Limit selection to hosts in I<hostgroup> (comma separated list)
-=item B<-h>|B<--host> I<host>1,I<host2>,I<...>
+=item B<-h>|B<--host> I<hosts>
Limit selection to I<hosts> (comma separated list)
@@ -479,6 +479,12 @@ Note that only the first character of the argument is checked, so C<< icli
Schedule an immediate recheck of all selected services
+=item B<-s>|B<--service> I<services>
+
+Limit selection to I<services> (comma separated lists). Can be combined with
+B<-h>/B<-g> to further narrow down the selection, but may also be used
+stand-alone.
+
=item B<-x>|B<--short>
Only show services which are not OK
@@ -489,9 +495,6 @@ Show version information
=back
-The argument to B<-g> and B<-h> may also be comma-separated list of
-hosts/hostgroups, e.g. C<< icli -h aneurysm,kraftwerk >>.
-
=head1 EXIT STATUS
Zero, unless errors occured.