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 | 51067428932e6244b7127ba41a9c82ade9904a40 (patch) | |
tree | ac7d090c448e615781145d07d0b1d8e110bb8b92 /ruby.c | |
parent | dfda5877ca1f224b49ed17af1d44781fb2717a31 (diff) | |
download | ruby-51067428932e6244b7127ba41a9c82ade9904a40.tar.gz |
* ruby.c (usage): updated the description of -E option.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.c')
-rw-r--r-- | ruby.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)", |