mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 22:09:26 +01:00
Correct minor typo; descending --> ascending
This commit is contained in:
parent
edd8762ae2
commit
7b7554802d
@ -149,7 +149,7 @@ if (lc $command eq 'rank') {
|
||||
print "Usage: rank [+-]<keyword>; available keywords: ";
|
||||
print join ', ', sort keys %ranks;
|
||||
print ".\n";
|
||||
print "For example, to rank by correct answers in descending order: rank -correct\n";
|
||||
print "For example, to rank by correct answers in ascending order: rank -correct\n";
|
||||
goto END;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user