]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
forgot to put the -Werror in --help into the actual print parameter...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Fri, 24 Aug 2012 21:18:44 +0000 (23:18 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Fri, 24 Aug 2012 21:18:44 +0000 (23:18 +0200)
main.c

diff --git a/main.c b/main.c
index e91ce31f42a6d5bc4e5ccdeb9342027f00236077..785d12e2475126def36c404cf1f40a3d7c58618c 100644 (file)
--- a/main.c
+++ b/main.c
@@ -72,7 +72,7 @@ static int usage() {
            "       -std=gmqcc        this compiler (default)\n");
     printf("  -W<warning>            enable a warning\n"
            "  -Wno-<warning>         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");