Fix indentation in usage message.
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -104,7 +104,7 @@ static void usage(int ret) {
|
||||
#endif // !ISPC_IS_WINDOWS
|
||||
printf(" [--target=<isa>]\t\t\tSelect target ISA. <isa>={%s}\n", Target::SupportedTargetISAs());
|
||||
printf(" [--version]\t\t\t\tPrint ispc version\n");
|
||||
printf(" [--werror]\t\t\tTreat warnings as errors\n");
|
||||
printf(" [--werror]\t\t\t\tTreat warnings as errors\n");
|
||||
printf(" [--woff]\t\t\t\tDisable warnings\n");
|
||||
printf(" [--wno-perf]\t\t\tDon't issue warnings related to performance-related issues\n");
|
||||
printf(" <file to compile or \"-\" for stdin>\n");
|
||||
|
||||
Reference in New Issue
Block a user