mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* man/ruby.1 (options): include --*-encoding from r38784
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
09f564b15f
commit
b239611b06
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Jan 12 02:45:00 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||
|
||||
* man/ruby.1 (options): include --*-encoding from r38784
|
||||
|
||||
Fri Jan 11 23:34:48 2013 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
|
||||
|
||||
* ruby.c (usage): sort --*-encoding in help. (same order of -E)
|
||||
|
|
|
@ -163,6 +163,10 @@ Specifies the default value(s) for external encodings and internal encoding. Val
|
|||
You can omit the one for internal encodings, then the value
|
||||
.Pf ( Li "Encoding.default_internal" ) will be nil.
|
||||
.Pp
|
||||
.It Fl -external-encoding Ns = Ns Ar encoding
|
||||
.It Fl -internal-encoding Ns = Ns Ar encoding
|
||||
Specify the default external or internal character encoding
|
||||
.Pp
|
||||
.It Fl F Ar pattern
|
||||
Specifies input field separator
|
||||
.Pf ( Li "$;" ) .
|
||||
|
|
Loading…
Reference in a new issue