From 2696771d2b11070e1a1980454c2d4efe82fa207b Mon Sep 17 00:00:00 2001 From: Jonathan Gonzalez V Date: Fri, 19 Feb 2010 16:51:23 -0300 Subject: [PATCH] Remove line that say something about run monkey in benchmark mode, this option doesn't exists Signed-off-by: Eduardo Silva --- src/monkey.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/monkey.c b/src/monkey.c index 7b4e4a3..1354a05 100644 --- a/src/monkey.c +++ b/src/monkey.c @@ -79,7 +79,6 @@ void mk_help() { printf("Usage : monkey [-c directory] [-D] [-v] [-h]\n\n"); printf("Available options:\n"); - printf(" -b\t\trun Monkey in benchmark mode, limits are disabled\n"); printf(" -c directory\tspecify directory from configuration files\n"); printf(" -D\t\trun Monkey as daemon\n"); printf(" -v\t\tshow version number\n"); -- 2.11.4.GIT