ruby-changes:26732
From: kazu <ko1@a...>
Date: Fri, 11 Jan 2013 23:39:07 +0900 (JST)
Subject: [ruby-changes:26732] kazu:r38784 (trunk): * ruby.c (usage): sort --*-encoding in help. (same order of -E)
kazu 2013-01-11 23:38:57 +0900 (Fri, 11 Jan 2013) New Revision: 38784 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=38784 Log: * ruby.c (usage): sort --*-encoding in help. (same order of -E) Modified files: trunk/ChangeLog trunk/ruby.c Index: ChangeLog =================================================================== --- ChangeLog (revision 38783) +++ ChangeLog (revision 38784) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Fri Jan 11 23:34:48 2013 Kazuhiro NISHIYAMA <zn@m...> + + * ruby.c (usage): sort --*-encoding in help. (same order of -E) + Fri Jan 11 16:56:29 2013 Nobuyoshi Nakada <nobu@r...> * tool/mkconfig.rb: use configured libdir value to fix Index: ruby.c =================================================================== --- ruby.c (revision 38783) +++ ruby.c (revision 38784) @@ -174,8 +174,8 @@ usage(const char *name, int help) https://github.com/ruby/ruby/blob/trunk/ruby.c#L174 M("--copyright", "", "print the copyright"), M("--enable=feature[,...]", ", --disable=feature[,...]", "enable or disable features"), - M("--internal-encoding=encoding", ", --external-encoding=encoding", - "specify the default internal and external character encoding"), + M("--external-encoding=encoding", ", --internal-encoding=encoding", + "specify the default external or internal character encoding"), M("--version", "", "print the version"), M("--help", "", "show this message, -h for short message"), }; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/