cd command tweaks

git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@284 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
stevenaaus 2010-08-23 10:31:00 +00:00
parent a0f158b276
commit 0494f72f2b

View file

@ -243,10 +243,10 @@ static void CD_f (void)
if (Cmd_Argc() < 2) if (Cmd_Argc() < 2)
{ {
Con_Printf("commands:"); Con_Printf("commands:\n");
Con_Printf("on, off, reset, remap, \n"); Con_Printf(" on, off, reset, remap, \n");
Con_Printf("play, stop, loop, pause, resume\n"); Con_Printf(" play, stop, next, prev, loop,\n");
Con_Printf("eject, info\n"); Con_Printf(" pause, resume, eject, info\n");
return; return;
} }
@ -379,6 +379,7 @@ static void CD_f (void)
return; return;
} }
Con_Printf ("cd: no such command. Use \"cd\" for help.\n");
} }
static qboolean CD_GetVolume (void *unused) static qboolean CD_GetVolume (void *unused)