mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-09 23:02:02 +00:00
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:
parent
1668f5950e
commit
ebb6b9fce6
2 changed files with 3 additions and 1 deletions
|
@ -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
2
stuff/cvarlist.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
# This file has moved to https://github.com/yquake2/yquake2/blob/master/doc/04_cvarlist.md
|
||||
|
Loading…
Reference in a new issue