]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - opts.def
Print off the documentation when -[f/W/O]help, also fixed some of the descriptions...
[xonotic/gmqcc.git] / opts.def
index 101a5cf55cdcf5b4a977346b420b4b3eb3367288..7aad708770f978edebdec9698d15162263783696 100644 (file)
--- a/opts.def
+++ b/opts.def
@@ -63,7 +63,7 @@
 
         "Enable some predefined macros. This only works in combination\n"
         "with '-fftepp' and is currently not included by '-std=fteqcc'.\n"
-        "The following macros will be added:\n"
+        "The following macros will be added:\n\n"
         "    __LINE__\n"
         "    __FILE__\n"
         "    __COUNTER__\n"
@@ -71,7 +71,7 @@
         "    __RANDOM__\n"
         "    __RANDOM_LAST__\n"
         "    __DATE__\n"
-        "    __TIME__\n"
+        "    __TIME__\n\n"
         "Note that fteqcc also defines __NULL__ which is not implemented\n"
         "yet.  (See -funtyped-nil about gmqcc's alternative to __NULL__)."
     )
         "   void vafunc(string...count) {\n"
         "       float i;\n"
         "       for (i = 0; i < count; ++i)\n"
-        "           print(...(i, string), \"\n\");\n"
+        "           print(...(i, string), \"\\n\");\n"
         "   }"
     )