From c884219d9668b3696028588569d3fafdb6ed78a0 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 14 Jan 2008 07:10:22 +0000 Subject: * ruby.1: a patch to describe --encoding. a patch from Yugui in [ruby-dev:33079]. * ruby.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ruby.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ruby.c') diff --git a/ruby.c b/ruby.c index 7feef787ff..20a2a9083c 100644 --- a/ruby.c +++ b/ruby.c @@ -108,6 +108,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", "-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)", -- cgit v1.2.3