Fix incorrect usage string: --check -> -k

This commit is contained in:
Thomas Preud'homme 2011-05-05 14:50:49 +02:00
parent 756a701466
commit 372c36155a
1 changed files with 1 additions and 1 deletions

View File

@ -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 <level>\t\t\tShare the same L<level> cache or not\n"