]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/common.qc
Merge branch 'master' into terencehill/lms_updates
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / common.qc
index 181a920b3f157867da1a6ab5d103070d667dff8e..8d320437af013a7ce660d71efa63aaf563bd2e47 100644 (file)
@@ -599,8 +599,8 @@ void CommonCommand_records(int request, entity caller)
                case CMD_REQUEST_USAGE:
                {
                        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),");
+                       print_to(caller, "  Without arguments it prints all records (all pages) for the current gametype,");
+                       print_to(caller, "  otherwise if there are multiple pages it only prints page <pagenum> (1..10),");
                        return;
                }
        }