From 9d4ff1bc061fb806181b5048ed97c3d04a5b26e6 Mon Sep 17 00:00:00 2001 From: Matt Pharr Date: Mon, 12 Sep 2011 15:06:41 -0700 Subject: [PATCH] Fix alignment in usage message --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 9997f5ee..4b74ffe6 100644 --- a/main.cpp +++ b/main.cpp @@ -74,7 +74,7 @@ static void usage(int ret) { printf(" [--emit-llvm]\t\t\tEmit LLVM bitode file as output\n"); printf(" [--emit-obj]\t\t\tGenerate object file file as output (default)\n"); printf(" [--fast-math]\t\t\tPerform non-IEEE-compliant optimizations of numeric expressions\n"); - printf(" [--fast-masked-vload]\tFaster masked vector loads on SSE (may go past end of array)\n"); + printf(" [--fast-masked-vload]\t\tFaster masked vector loads on SSE (may go past end of array)\n"); printf(" [-g]\t\t\t\tGenerate debugging information\n"); printf(" [--help]\t\t\t\tPrint help\n"); printf(" [-h /--header-outfile=]\tOutput filename for header\n");