Correct qstats rank text from player rank text

This commit is contained in:
Pragmatic Software 2015-05-25 11:27:03 -07:00
parent 2a378d67ad
commit f4013a4594
1 changed files with 2 additions and 2 deletions

View File

@ -139,10 +139,10 @@ if (lc $command eq 'rank') {
);
if (not $opt) {
print "Usage: rank [-]<keyword> [offset] or rank [-]<question id>; available keywords: ";
print "Usage: qstats rank [-]<keyword> [offset] or rank [-]<question id>; available keywords: ";
print join ', ', sort keys %ranks;
print ".\n";
print "Prefixing the keyword or nick with a dash will invert the sort direction for each category. Specifying an offset will start ranking at that offset.\n";
print "Prefixing the keyword or question id with a dash will invert the sort direction for each category. Specifying an offset will start ranking at that offset.\n";
exit;
}