Update help message to mention supported file extensions, and change the description to "Load add-ons"

This commit is contained in:
GoldenTails 2020-10-06 03:37:23 -05:00
parent 2d3a589167
commit d5848e78fc

View file

@ -3256,7 +3256,7 @@ static void Command_Addfile(void)
if (argc < 2)
{
CONS_Printf(M_GetText("addfile <wadfile.wad>: load wad file\n"));
CONS_Printf(M_GetText("addfile <filename.pk3/wad/lua/soc> [filename2...] [...]: Load add-ons\n"));
return;
}