diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-25 02:18:53 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-25 02:18:53 +0000 |
| commit | 5265293db2ce8c111c761255707435f267d80dde (patch) | |
| tree | ac7d090c448e615781145d07d0b1d8e110bb8b92 | |
| parent | bee29f23d2d11722746612454d87c7bd387dde34 (diff) | |
| download | ruby-5265293db2ce8c111c761255707435f267d80dde.tar.gz ruby-5265293db2ce8c111c761255707435f267d80dde.tar.xz ruby-5265293db2ce8c111c761255707435f267d80dde.zip | |
* ruby.c (usage): updated the description of -E option.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | ruby.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Sat Oct 25 11:12:40 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp> + + * ruby.c (usage): updated the description of -E option. + Sat Oct 25 09:54:10 2008 James Edward Gray II <jeg2@ruby-lang.org> * lib/csv.rb: Fixed a bug in read_to_char() that would slurp @@ -134,7 +134,7 @@ usage(const char *name) "-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)", |
