From d5848e78fc640cff8f98b21cc989a86521acf41c Mon Sep 17 00:00:00 2001
From: GoldenTails <milestailsprower101n2@gmail.com>
Date: Tue, 6 Oct 2020 03:37:23 -0500
Subject: [PATCH] Update help message to mention supported file extensions, and
 change the description to "Load add-ons"

---
 src/d_netcmd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/d_netcmd.c b/src/d_netcmd.c
index 9de6b28440..a96ea1a900 100644
--- a/src/d_netcmd.c
+++ b/src/d_netcmd.c
@@ -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;
 	}
 
-- 
GitLab