Change subtitle in help text

This commit is contained in:
Jan Eitzinger 2024-05-15 14:55:09 +02:00
parent 7a62c5c1ff
commit e60a798f37
2 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,3 @@
CompileFlags:
Add: [-I/Users/jan/prg/MD-Bench/verletlist/includes, -I/Users/jan/prg/MD-Bench/common/includes, -DALIGNMENT=64]
Add: [-I/Users/jan/prg/MD-Bench/src/verletlist/, -I/Users/jan/prg/MD-Bench/src/common/, -DALIGNMENT=64]
Compiler: clang

View File

@ -232,7 +232,8 @@ int main(int argc, char** argv)
continue;
}
if ((strcmp(argv[i], "-h") == 0) || (strcmp(argv[i], "--help") == 0)) {
printf("MD Bench: A minimalistic re-implementation of miniMD\n");
printf("MD Bench: A performance-oriented prototyping harness for MD "
"algorithms\n");
printf(HLINE);
printf("-p / --params <string>: file to read parameters from (can be "
"specified more than once)\n");