[or-cvs] [torflow/master 46/92] Timestamp format reminder for snakeinspector

mikeperry at torproject.org mikeperry at torproject.org
Sat Aug 21 05:14:00 UTC 2010


Author: John M. Schanck <john at anomos.info>
Date: Fri, 30 Jul 2010 21:28:13 -0400
Subject: Timestamp format reminder for snakeinspector
Commit: 95696ba176e4d4f4fc1453bc58a0403b9f8c6317

---
 NetworkScanners/ExitAuthority/snakeinspector.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/NetworkScanners/ExitAuthority/snakeinspector.py b/NetworkScanners/ExitAuthority/snakeinspector.py
index 99bd25d..8717938 100755
--- a/NetworkScanners/ExitAuthority/snakeinspector.py
+++ b/NetworkScanners/ExitAuthority/snakeinspector.py
@@ -33,8 +33,8 @@ def usage(argv):
   print "  --dir <datadir>"
   print "  --file <.result file>"
   print "  --exit <idhex>"
-  print "  --before <timestamp as string>"
-  print "  --after <timestamp as string>"
+  print "  --after <timestamp as string (eg. \"Thu Jan 1 00:00:00 1970\")>"
+  print "  --before <timestamp as string (eg. \"Mon Jan 19 03:14:07 2038\")>"
   print "  --reason <soat failure reason>    # may be repeated"
   print "  --noreason <soat failure reason>  # may be repeated"
   print "  --proto <protocol>"
-- 
1.7.1




More information about the tor-commits mailing list