From 1ea188151562da9e6d8e3bf2d12058f87bf31455 Mon Sep 17 00:00:00 2001 From: nanotube Date: Thu, 15 Sep 2005 05:25:52 +0000 Subject: [PATCH] added nolog commandline option description. --- html/index.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/html/index.html b/html/index.html index d0c0191..7f5e56e 100644 --- a/html/index.html +++ b/html/index.html @@ -140,6 +140,10 @@ [default: F11] -d, --debug debug mode (print output to console instead of the log file) [default: False] + -n NOLOG, --nolog=NOLOG + specify an application by full path name whose input + will not be logged. repeat option for multiple + applications. [default: none]

To run in debug mode from source, make sure to use the commandline

python keylogger.pyw -d
@@ -180,7 +184,7 @@