diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ruby.c | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Fri Jan 11 23:34:48 2013 Kazuhiro NISHIYAMA <[email protected]> + + * ruby.c (usage): sort --*-encoding in help. (same order of -E) + Fri Jan 11 16:56:29 2013 Nobuyoshi Nakada <[email protected]> * tool/mkconfig.rb: use configured libdir value to fix @@ -174,8 +174,8 @@ usage(const char *name, int help) 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"), }; |