From e984c3d86801c38ac1adbe430d3c92a60e2cec67 Mon Sep 17 00:00:00 2001 From: James R Date: Wed, 20 Feb 2019 19:25:56 -0800 Subject: [PATCH] Document the playdemo command --- src/d_netcmd.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/d_netcmd.c b/src/d_netcmd.c index 7376bc8c8..7ec02edaa 100644 --- a/src/d_netcmd.c +++ b/src/d_netcmd.c @@ -2005,7 +2005,12 @@ static void Command_Playdemo_f(void) if (COM_Argc() < 2) { - CONS_Printf(M_GetText("playdemo : playback a demo\n")); + CONS_Printf("playdemo [-addfiles / -force]:\n"); + CONS_Printf(M_GetText( + "Play back a demo file. The full path from your Kart directory must be given.\n\n" + + "* With \"-addfiles\", any required files are added from a list contained within the demo file.\n" + "* With \"-force\", the demo is played even if the necessary files have not been added.\n")); return; }