From e838937bec11dcdeae15f8fe81dae138d7f28012 Mon Sep 17 00:00:00 2001 From: Matej Sekoranja Date: Wed, 3 Apr 2013 11:28:20 +0200 Subject: [PATCH] testApp/remote/testGetPerformance.cpp: help args fixed --- testApp/remote/testGetPerformance.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testApp/remote/testGetPerformance.cpp b/testApp/remote/testGetPerformance.cpp index 8fa85b3..0795eba 100644 --- a/testApp/remote/testGetPerformance.cpp +++ b/testApp/remote/testGetPerformance.cpp @@ -72,7 +72,7 @@ void usage (void) " -l : number of runs (0 means execute runs continuously), default is '%d'\n" //" -b: bulk mode (send request messages in bulks), default is %d\n" " -w : Wait time, specifies timeout, default is %f second(s)\n\n" - , DEFAULT_REQUEST, DEFAULT_ITERATIONS, DEFAULT_CHANNELS, DEFAULT_ARRAY_SIZE, DEFAULT_RUNS, DEFAULT_BULK, DEFAULT_TIMEOUT); + , DEFAULT_REQUEST, DEFAULT_ITERATIONS, DEFAULT_CHANNELS, DEFAULT_ARRAY_SIZE, DEFAULT_RUNS, /*DEFAULT_BULK,*/ DEFAULT_TIMEOUT); } // TODO thread-safety