mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
51914fcce6
commit
09f564b15f
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Jan 11 23:34:48 2013 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||
|
||||
* ruby.c (usage): sort --*-encoding in help. (same order of -E)
|
||||
|
||||
Fri Jan 11 16:56:29 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* tool/mkconfig.rb: use configured libdir value to fix
|
||||
|
|
4
ruby.c
4
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"),
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue