]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fixing MY bug in there ;)
authorRudolf Polzer <divverent@alientrap.org>
Sun, 15 Jan 2012 17:38:50 +0000 (18:38 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 15 Jan 2012 17:38:50 +0000 (18:38 +0100)
qcsrc/common/command/generic.qc

index 01660ba62384dfee1228f067ec704cbe84de8584..d0cd7a3042cd1e993522c1377ff52864bdbbeaeb 100644 (file)
@@ -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;
                }