Skip to content

Commit

Permalink
fix usage
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
znz committed Jun 2, 2014
1 parent 06ba005 commit 72912ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enc/unicode/case-folding.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Usage:
# $ wget http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
# $ ruby CaseFolding.rb CaseFolding.txt > ../enc/unicode/casefold.h
# $ ruby case-folding.rb CaseFolding.txt -o casefold.h

class CaseFolding
module Util
Expand Down

0 comments on commit 72912ec

Please sign in to comment.