Fix link to cvar documentation in --help

also add a link to the new location in the old location, for existing
releases
This commit is contained in:
Daniel Gibson 2019-06-02 19:28:49 +02:00
parent 1668f5950e
commit ebb6b9fce6
2 changed files with 3 additions and 1 deletions

View file

@ -224,7 +224,7 @@ static qboolean checkForHelp(int argc, char **argv)
printf(" 'gl3' (the shiny new OpenGL 3.2 renderer),\n");
printf(" 'soft' (the experimental software renderer)\n");
#endif // DEDICATED_ONLY
printf("\nSee https://github.com/yquake2/yquake2/blob/master/stuff/cvarlist.md\nfor some more cvars\n");
printf("\nSee https://github.com/yquake2/yquake2/blob/master/doc/04_cvarlist.md\nfor some more cvars\n");
return true;
}

2
stuff/cvarlist.md Normal file
View file

@ -0,0 +1,2 @@
# This file has moved to https://github.com/yquake2/yquake2/blob/master/doc/04_cvarlist.md