Change subtitle in help text
This commit is contained in:
parent
7a62c5c1ff
commit
e60a798f37
2
.clangd
2
.clangd
@ -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
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user