diff --git a/waccess b/waccess index 2199a6a..9bf701c 100755 --- a/waccess +++ b/waccess @@ -1,6 +1,6 @@ #!/usr/local/bin/python # waccess - Copyright (c) 2001, TundraWare Inc., All Rights Reserved -# $Id: waccess,v 1.1 2001/08/03 19:11:49 tundra Exp $ +# $Id: waccess,v 1.2 2001/08/04 22:21:49 tundra Exp $ # # Look for selected strings passed on the command line in the http access log. @@ -47,6 +47,7 @@ START += 1 if opt == "-r": REVERSE = TRUE + SHOW = TRUE if opt == "-s": SHOW = FALSE REVERSE = FALSE