From 7b7554802d8ad50fe5e0e5d8ad142f15e59b0c94 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Wed, 11 Feb 2015 21:38:41 -0800 Subject: [PATCH] Correct minor typo; descending --> ascending --- modules/cjeopardy/cjeopardy_scores.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cjeopardy/cjeopardy_scores.pl b/modules/cjeopardy/cjeopardy_scores.pl index d3c50d8e..580753ea 100755 --- a/modules/cjeopardy/cjeopardy_scores.pl +++ b/modules/cjeopardy/cjeopardy_scores.pl @@ -149,7 +149,7 @@ if (lc $command eq 'rank') { print "Usage: rank [+-]; 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; }