]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - main.c
fix wrong --version string
[xonotic/gmqcc.git] / main.c
diff --git a/main.c b/main.c
index 80f242c52ea08cbc26b0143d0e617cf50d7e2d68..00d3bc835390a6cfca82836e35118cd663c85f7d 100644 (file)
--- a/main.c
+++ b/main.c
@@ -44,8 +44,8 @@ static const char *app_name;
 
 static void version() {
     con_out("GMQCC %d.%d.%d Built %s %s\n",
-        GMQCC_VERSION_MINOR,
         GMQCC_VERSION_MAJOR,
+        GMQCC_VERSION_MINOR,
         GMQCC_VERSION_PATCH,
         __DATE__,
         __TIME__
@@ -61,6 +61,7 @@ static int usage() {
     con_out("  -o, --output=file      output file, defaults to progs.dat\n"
             "  -s filename            add a progs.src file to be used\n");
     con_out("  -E                     stop after preprocessing\n");
+    con_out("  -config file           use the specified ini file\n");
     con_out("  -std=standard          select one of the following standards\n"
             "       -std=qcc          original QuakeC\n"
             "       -std=fteqcc       fteqcc QuakeC\n"