From a5afe2839e9d4d01389f9878cbe556be0f071f26 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 15 Jan 2012 18:38:50 +0100 Subject: [PATCH] fixing MY bug in there ;) --- qcsrc/common/command/generic.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/command/generic.qc b/qcsrc/common/command/generic.qc index 01660ba62..d0cd7a304 100644 --- a/qcsrc/common/command/generic.qc +++ b/qcsrc/common/command/generic.qc @@ -221,7 +221,7 @@ void GenericCommand_nextframe(float request, float arguments, string command) default: case CMD_REQUEST_USAGE: { - print(strcat("\nUsage:^3 ", GetProgramCommandPrefix(), " command...")); + print(strcat("\nUsage:^3 ", GetProgramCommandPrefix(), " nextframe command...")); print(" Where command will be executed next frame of this VM\n"); return; } -- 2.39.2