diff --git a/waccess b/waccess index 060647b..ec85919 100755 --- a/waccess +++ b/waccess @@ -2,7 +2,7 @@ # waccess - Copyright (c) 2001,2002, TundraWare Inc., All Rights Reserved -VERSION = "$Id: waccess,v 1.70 2002/09/03 20:24:17 tundra Exp $" +VERSION = "$Id: waccess,v 1.71 2002/09/03 20:55:48 tundra Exp $" # # Look for selected strings passed on the command line in the http access log. @@ -84,7 +84,7 @@ (" usage: waccess [-achilqrsv] [-f logfile] [search-key...] where,\n\n", ""), ("-a", "Sort summary output alphabetically by search key\n"), ("-c", "Ignore case when checking for key match in access record\n"), - ("-d logfile", "Name of logfile to use. Default is /var/log/httpd-access.log\n"), + ("-f logfile", "Name of logfile to use. Default is /var/log/httpd-access.log\n"), ("-h", "Display this help information\n"), ("-i", "Do not ignore any addresses\n"), ("-l", "List ignored addresses in summary output\n"),