]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/common.qc
Fix 'cmd records' description
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / common.qc
index 8040742c8046118e8890cca4e0ddb1a2914fd3a2..181a920b3f157867da1a6ab5d103070d667dff8e 100644 (file)
@@ -598,8 +598,9 @@ void CommonCommand_records(int request, entity caller)
                default:
                case CMD_REQUEST_USAGE:
                {
-                       print_to(caller, strcat("\nUsage:^3 ", GetCommandPrefix(caller), " records"));
-                       print_to(caller, "  No arguments required.");
+                       print_to(caller, strcat("\nUsage:^3 ", GetCommandPrefix(caller), " records [<pagenum>]"));
+                       print_to(caller, "  Without arguments it prints all records for the current gametype,");
+                       print_to(caller, "  otherwise it only prints page <pagenum> (50 records per page),");
                        return;
                }
        }