Added a comment
This commit is contained in:
@@ -566,8 +566,8 @@ main(int argc, char** argv)
|
|||||||
printf("Usage: ./acc [flags]\n"
|
printf("Usage: ./acc [flags]\n"
|
||||||
"Flags:\n"
|
"Flags:\n"
|
||||||
"\t-sas - Generates code for the stencil assembly stage\n"
|
"\t-sas - Generates code for the stencil assembly stage\n"
|
||||||
"\t-sps - Generates code for the stencil processing "
|
"\t-sps - Generates code for the stencil processing stage\n"
|
||||||
"stage\n");
|
"\t-hh - Generates stencil definitions from a header file\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user