--- parse_ntpq.pl 2002/07/26 10:10:02 1.2 +++ parse_ntpq.pl 2002/11/07 08:33:30 1.3 @@ -20,7 +20,7 @@ # Test for the number of arguments if ($#ARGV != 1) { - print STDERR "usage: $0 host peer\n"; + print STDERR "usage: $0 host [peer|--config]\n"; exit 1; }