diff --git a/CLTool/src/clwin32.cpp b/CLTool/src/clwin32.cpp index 5cb6663..62b51c4 100644 --- a/CLTool/src/clwin32.cpp +++ b/CLTool/src/clwin32.cpp @@ -52,15 +52,15 @@ #include "Image.h" void PrintUsage() { - fprintf(stderr, "Usage: tc [OPTIONS] imagefile\n"); - fprintf(stderr, "\n"); - fprintf(stderr, "\t-l\t\tSave an output log.\n"); - fprintf(stderr, "\t-q \tSet compression quality level. Default: 50\n"); - fprintf(stderr, "\t-n \tCompress the image num times and give the average time and PSNR. Default: 1\n"); - fprintf(stderr, "\t-simd\t\tUse SIMD compression path\n"); - fprintf(stderr, "\t-t \tCompress the image using threads. Default: 1\n"); - fprintf(stderr, "\t-a \tCompress the image using synchronization via atomic operations. Default: Off\n"); - fprintf(stderr, "\t-j \tUse blocks for each work item in a worker queue threading model. Default: (Blocks / Threads)\n"); + fprintf(stderr, "Usage: tc [OPTIONS] imagefile\n"); + fprintf(stderr, "\n"); + fprintf(stderr, "\t-l\t\tSave an output log.\n"); + fprintf(stderr, "\t-q \tSet compression quality level. Default: 50\n"); + fprintf(stderr, "\t-n \tCompress the image num times and give the average time and PSNR. Default: 1\n"); + fprintf(stderr, "\t-simd\t\tUse SIMD compression path\n"); + fprintf(stderr, "\t-t \tCompress the image using threads. Default: 1\n"); + fprintf(stderr, "\t-a \t\tCompress the image using synchronization via atomic operations. Default: Off\n"); + fprintf(stderr, "\t-j \tUse blocks for each work item in a worker queue threading model. Default: (Blocks / Threads)\n"); } void ExtractBasename(const char *filename, char *buf, uint32 bufSz) {