diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-10 15:47:47 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-10 15:47:47 +0000 |
| commit | cf343ce81a8f1875691199d488104c579b760ff0 (patch) | |
| tree | 50f844281c780e11c0da8a246241d3c5b163ae92 /ruby.c | |
| parent | f2613e3ce7c114149c62f7c66526f1de5876a689 (diff) | |
| download | ruby-cf343ce81a8f1875691199d488104c579b760ff0.tar.gz ruby-cf343ce81a8f1875691199d488104c579b760ff0.tar.xz ruby-cf343ce81a8f1875691199d488104c579b760ff0.zip | |
* ruby.c (usage): remove some unimportant lines to fit -h message
in a page. [ruby-dev:34018]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.c')
| -rw-r--r-- | ruby.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -130,7 +130,6 @@ usage(const char *name) "-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)", - "-Kkcode specifies KANJI (Japanese) code-set", "-l enable line ending processing", "-n assume 'while gets(); ... end' loop around your script", "-p assume loop like -n but print line also like sed", @@ -142,8 +141,6 @@ usage(const char *name) "-w turn warnings on for your script", "-W[level] set warning level; 0=silence, 1=medium, 2=verbose (default)", "-x[directory] strip off text before #!ruby line and perhaps cd to directory", - "--enable/--disable-FEATURE --enable/--disable=FEATURE enable/disable FEATUREs", - " gems: gem libraries, rubyopt: RUBYOPT env, or all", "--copyright print the copyright", "--version print the version", NULL |
