summaryrefslogtreecommitdiff
path: root/codepage
diff options
context:
space:
mode:
Diffstat (limited to 'codepage')
-rwxr-xr-xcodepage/cptable.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/codepage/cptable.pl b/codepage/cptable.pl
index 416e7303..c7e20023 100755
--- a/codepage/cptable.pl
+++ b/codepage/cptable.pl
@@ -5,16 +5,16 @@
# matching.)
#
# Usage:
-# cptable.pl UnicodeData filesystem-cp.txt console-cp.txt output.cp
+# cptable.pl UnicodeData console-cp.txt filesystem-cp.txt output.cp
#
# Note: for the format of the UnicodeData file, see:
# http://www.unicode.org/Public/UNIDATA/UCD.html
#
-($ucd, $cpfs, $cpco, $cpout) = @ARGV;
+($ucd, $cpco, $cpfs, $cpout) = @ARGV;
if (!defined($cpout)) {
- die "Usage: $0 UnicodeData fs-cp.txt console-cp.txt output.cp\n";
+ die "Usage: $0 UnicodeData console-cp.txt fs-cp.txt output.cp\n";
}
%ucase = ();