]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - fs.c
Added qc fs search functions, so the qcs can easily verify directories contents,...
[xonotic/darkplaces.git] / fs.c
diff --git a/fs.c b/fs.c
index 6ad2201d83b5a61e91418f8e57924509f170dd08..cd5f402a21f11698693dc55744844e788a772f32 100644 (file)
--- a/fs.c
+++ b/fs.c
@@ -2066,7 +2066,7 @@ void FS_Ls_f(void)
        char pattern[MAX_OSPATH];
        if (Cmd_Argc() > 3)
        {
-               Con_Printf("usage:\ndir [path/pattern]\n");
+               Con_Printf("usage:\nls [path/pattern]\n");
                return;
        }
        if (Cmd_Argc() == 2)