Added a comment

This commit is contained in:
jpekkila
2019-08-19 16:18:24 +03:00
parent b316e51267
commit c98b74563c

View File

@@ -566,8 +566,8 @@ main(int argc, char** argv)
printf("Usage: ./acc [flags]\n"
"Flags:\n"
"\t-sas - Generates code for the stencil assembly stage\n"
"\t-sps - Generates code for the stencil processing "
"stage\n");
"\t-sps - Generates code for the stencil processing stage\n"
"\t-hh - Generates stencil definitions from a header file\n");
printf("\n");
return EXIT_FAILURE;
}