]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix animbench usage message
authorterencehill <piuntn@gmail.com>
Sun, 7 Feb 2021 11:19:16 +0000 (12:19 +0100)
committerterencehill <piuntn@gmail.com>
Sun, 7 Feb 2021 11:19:16 +0000 (12:19 +0100)
qcsrc/server/command/sv_cmd.qc

index 9dcec7804d8987a586a12ed81943f9e0735fc67b..508b8b6b9b91b7238d89e684011f72ea170d29d3 100644 (file)
@@ -876,7 +876,7 @@ void GameCommand_animbench(int request, int argc)
                        LOG_INFOF("Incorrect parameters for ^2%s^7", argv(0));
                case CMD_REQUEST_USAGE:
                {
-                       LOG_HELP("Usage:^3 sv_cmd gettaginfo model frame index [command one] [command two]");
+                       LOG_HELP("Usage:^3 sv_cmd animbench <model> <frame1> <frame2>");
                        LOG_HELP("See also: ^2bbox, trace^7");
                        return;
                }