From: Peter Palfrader Date: Sun, 7 Feb 2010 16:10:47 +0000 (+0100) Subject: Update usage X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=b81e3901dc4beb62c4d4d784adcc3c1f41080965;hp=5dc68e791904320de88063735c28c8a38125dea1;p=mirror%2Fdsa-nagios.git Update usage --- diff --git a/dsa-nagios-checks/checks/dsa-check-zone-rrsig-expiration b/dsa-nagios-checks/checks/dsa-check-zone-rrsig-expiration index 45918a4..06c4ecc 100755 --- a/dsa-nagios-checks/checks/dsa-check-zone-rrsig-expiration +++ b/dsa-nagios-checks/checks/dsa-check-zone-rrsig-expiration @@ -269,7 +269,7 @@ sub output { } sub usage { - print STDERR "usage: $0 [-d] [-t=] \n"; + print STDERR "usage: $0 [-d] [-w=] [-c=] [-t=] \n"; exit 3; }