From 415004fb4b1af7ccb0e8b36b5f510b72ba5ce8e4 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Wed, 1 Jul 2009 02:45:28 +0200 Subject: [PATCH] commtech: Update usage help --- communication_techniques/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communication_techniques/src/main.c b/communication_techniques/src/main.c index f8aa110..ed3cfe8 100644 --- a/communication_techniques/src/main.c +++ b/communication_techniques/src/main.c @@ -48,7 +48,7 @@ void usage(char *argv[]) "Facultative options :\n" "-h\t\t\tPrint this help\n" "-s\t\t\tShare the same L2 cache or not\n" - "-c calculation_libname\tLibrary to use for calculation\n" + "-c calculation_libname arg\tLibrary to use for calculation with its argument\n" "\t\t\tThis library must implement functions in calc.h\n"; printf("Usage : %s %s\n", argv[0], format); printf("Options :\n");