mirror of
https://github.com/pragma-/pbot.git
synced 2025-02-18 14:30:40 +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 "Usage: rank [+-]<keyword>; available keywords: ";
|
||||||
print join ', ', sort keys %ranks;
|
print join ', ', sort keys %ranks;
|
||||||
print ".\n";
|
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;
|
goto END;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user