ruby-changes:8401
From: yugui <ko1@a...>
Date: Sat, 25 Oct 2008 11:19:18 +0900 (JST)
Subject: [ruby-changes:8401] Ruby:r19932 (trunk): * ruby.c (usage): updated the description of -E option.
yugui 2008-10-25 11:18:53 +0900 (Sat, 25 Oct 2008) New Revision: 19932 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19932 Log: * ruby.c (usage): updated the description of -E option. Modified files: trunk/ChangeLog trunk/ruby.c Index: ChangeLog =================================================================== --- ChangeLog (revision 19931) +++ ChangeLog (revision 19932) @@ -1,3 +1,7 @@ +Sat Oct 25 11:12:40 2008 Yuki Sonoda (Yugui) <yugui@y...> + + * ruby.c (usage): updated the description of -E option. + Sat Oct 25 09:54:10 2008 James Edward Gray II <jeg2@r...> * lib/csv.rb: Fixed a bug in read_to_char() that would slurp Index: ruby.c =================================================================== --- ruby.c (revision 19931) +++ ruby.c (revision 19932) @@ -134,7 +134,7 @@ "-Cdirectory cd to directory, before executing your script", "-d set debugging flags (set $DEBUG to true)", "-e 'command' one line of script. Several -e's allowed. Omit [programfile]", - "-Eencoding specifies the character encoding for the program codes", + "-Eex[:in] specify the default external and internal character encodings", "-Fpattern split() pattern for autosplit (-a)", "-i[extension] edit ARGV files in place (make backup if extension supplied)", "-Idirectory specify $LOAD_PATH directory (may be used more than once)", -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/