From 791c5016635d25bdc957f624f2913411d8dc20b9 Mon Sep 17 00:00:00 2001 From: Scott Behrens Date: Mon, 19 Dec 2011 15:14:55 -0600 Subject: [PATCH] fixed help --- neopi.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/neopi.py b/neopi.py index 08c233f..f2ceee8 100644 --- a/neopi.py +++ b/neopi.py @@ -313,17 +313,17 @@ if __name__ == "__main__": action="store_true", dest="is_zlib", default=False, - help="Run compression Test",) + help="Run compression test",) parser.add_option("-e", "--entropy", action="store_true", dest="is_entropy", default=False, - help="Run entropy Test",) + help="Run entropy test",) parser.add_option("-E", "--eval", action="store_true", dest="is_eval", default=False, - help="Run signiture test for the eval",) + help="Run signiture test for eval function and variable",) parser.add_option("-l", "--longestword", action="store_true", dest="is_longest", -- 2.11.4.GIT