]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cd_bsd.c
added COMMANDLINEOPTION comments for every commandline option, these will be listed...
[xonotic/darkplaces.git] / cd_bsd.c
index 5f4aa2b260f17a9149f7b040d86c5cd1ebf417cc..eaf2666959e2b2e1b667792dfe551eb463ecf696 100644 (file)
--- a/cd_bsd.c
+++ b/cd_bsd.c
@@ -243,6 +243,7 @@ void CDAudio_SysInit (void)
 {
        int i;
 
+// COMMANDLINEOPTION: -cddev <devicepath> chooses which CD drive to use (bsd and Linux only)
        if ((i = COM_CheckParm("-cddev")) != 0 && i < com_argc - 1)
                strlcpy(cd_dev, com_argv[i + 1], sizeof(cd_dev));
 }