From 372c36155ae2de5c9219b48fbab3474b92a0a459 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Thu, 5 May 2011 14:50:49 +0200 Subject: [PATCH] Fix incorrect usage string: --check -> -k --- 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 03509fc..9578c8b 100644 --- a/communication_techniques/src/main.c +++ b/communication_techniques/src/main.c @@ -64,7 +64,7 @@ void usage(char *argv[]) "-c calculation_libname arg\tLibrary to use for calculation with its argument\n" "\t\t\t\tThis library must implement functions in calc.h\n" "\t\t\t\t(default to none)\n" - "--check\t\t\t\tCheck we receive what is sent\n" + "-k\t\t\t\tCheck we receive what is sent\n" "-d\t\t\t\tReceive one piece of data\n" "-h\t\t\t\tPrint this help\n" "-s \t\t\tShare the same L cache or not\n"