X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fcommon.qc;h=8d320437af013a7ce660d71efa63aaf563bd2e47;hb=4e21f418ad9e6287efb942c1fa2861a51981110a;hp=181a920b3f157867da1a6ab5d103070d667dff8e;hpb=3cc1b1cc407f02e9387fe1f0513c80b7976d4978;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/command/common.qc b/qcsrc/server/command/common.qc index 181a920b3..8d320437a 100644 --- a/qcsrc/server/command/common.qc +++ b/qcsrc/server/command/common.qc @@ -599,8 +599,8 @@ void CommonCommand_records(int request, entity caller) case CMD_REQUEST_USAGE: { print_to(caller, strcat("\nUsage:^3 ", GetCommandPrefix(caller), " records []")); - print_to(caller, " Without arguments it prints all records for the current gametype,"); - print_to(caller, " otherwise it only prints page (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 (1..10),"); return; } }