Offline compiler - fix typo in help

Change-Id: I66d1fd899d351b3f89c610b04737893d106ae296
This commit is contained in:
Cetnerowski, Adam
2018-03-20 20:19:13 +01:00
parent eec43f65a7
commit 214b407353

View File

@@ -623,7 +623,7 @@ std::string getDevicesTypes() {
void OfflineCompiler::printUsage() { void OfflineCompiler::printUsage() {
printf("Compiles CL files into llvm (.bc or .ll), gen isa (.gen), and binary files (.bin)\n\n"); printf("Compiles CL files into llvm (.bc or .ll), gen isa (.gen), and binary files (.bin)\n\n");
printf("cloc -file <filename> -device <device_type> [-outdir <output_dir>]\n\n"); printf("cloc -file <filename> -device <device_type> [-out_dir <output_dir>]\n\n");
printf(" -file <filename> Indicates the CL kernel file to be compiled.\n"); printf(" -file <filename> Indicates the CL kernel file to be compiled.\n");
printf(" -output <filename> Indicates output files core name.\n"); printf(" -output <filename> Indicates output files core name.\n");
printf(" -device <device_type> Indicates which device for which we will compile.\n"); printf(" -device <device_type> Indicates which device for which we will compile.\n");