diff --git a/waccess b/waccess index 7a00596..294fa17 100755 --- a/waccess +++ b/waccess @@ -1,6 +1,6 @@ #!/usr/bin/env python # waccess - Copyright (c) 2001,2002, TundraWare Inc., All Rights Reserved -# $Id: waccess,v 1.6 2002/08/30 23:24:24 tundra Exp $ +# $Id: waccess,v 1.61 2002/08/31 06:11:56 tundra Exp $ # # Look for selected strings passed on the command line in the http access log. @@ -36,7 +36,7 @@ ########## def usage(): - print "usage: waccess [-rs -f logfile]" + print "usage: waccess [-irs -f logfile]" sys.exit(2) @@ -51,7 +51,7 @@ SHOW = TRUE try: - opts, args = getopt.getopt(sys.argv[1:], '-f:rsi') + opts, args = getopt.getopt(sys.argv[1:], '-f:irs') except getopt.GetoptError: usage()