JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
updated INSTALL for new build system
[vor.git] / args.c
diff --git a/args.c b/args.c
index f747033..4785bc6 100644 (file)
--- a/args.c
+++ b/args.c
@@ -2,7 +2,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include "args.h"
-#include "config.h"
+#include "vorconfig.h"
 
 // Look and Feel
 int opt_fullscreen;
@@ -20,9 +20,6 @@ show_help(void)
        puts("  -V, --version              Print program version");
        puts("  -?, --help                 Give this help list");
        putchar('\n');
-       puts("Mandatory or optional arguments to long options are also mandatory or optional");
-       puts("for any corresponding short options.");
-       putchar('\n');
        puts("Report bugs at http://jasonwoof.com/contact.html");
 }