From: Wolfgang (Blub) Bumiller Date: Fri, 24 Aug 2012 21:18:44 +0000 (+0200) Subject: forgot to put the -Werror in --help into the actual print parameter... X-Git-Tag: 0.1-rc1~34 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d3c76dc819e98a4e4e9348a5a2739f144a41a5d7;p=xonotic%2Fgmqcc.git forgot to put the -Werror in --help into the actual print parameter... --- diff --git a/main.c b/main.c index e91ce31..785d12e 100644 --- a/main.c +++ b/main.c @@ -72,7 +72,7 @@ static int usage() { " -std=gmqcc this compiler (default)\n"); printf(" -W enable a warning\n" " -Wno- disable a warning\n" - " -Wall enable all warnings\n"); + " -Wall enable all warnings\n" " -Werror treat warnings as errors\n"); printf(" -force-crc=num force a specific checksum into the header\n"); printf("\n");