From 09f564b15fbbd9ae18bf945d15736b093e00cf1e Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 11 Jan 2013 14:38:57 +0000 Subject: * ruby.c (usage): sort --*-encoding in help. (same order of -E) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ruby.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ruby.c') diff --git a/ruby.c b/ruby.c index 0ec8219745..9e112623a9 100644 --- a/ruby.c +++ b/ruby.c @@ -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"), }; -- cgit v1.2.3