diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-15 02:27:08 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-11-15 02:27:08 +0000 |
| commit | 9e695a85fc8a1f87b3fe64ca69c42c82029e9b9b (patch) | |
| tree | 7785dcd6dae532695427e718b39f8b51871dfd54 | |
| parent | e040d6a2cf793a4e69475292eaf5c368e0a9cd4f (diff) | |
| download | ruby-9e695a85fc8a1f87b3fe64ca69c42c82029e9b9b.tar.gz ruby-9e695a85fc8a1f87b3fe64ca69c42c82029e9b9b.tar.xz ruby-9e695a85fc8a1f87b3fe64ca69c42c82029e9b9b.zip | |
* ruby.c (usage): fix typo on --disable-gems option.
pointed by Richard Kilmer.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | ruby.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +Thu Nov 15 11:25:20 2007 Tanaka Akira <akr@fsij.org> + + * ruby.c (usage): fix typo on --disable-gems option. + pointed by Richard Kilmer. + Wed Nov 14 16:16:17 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * test/net/http/test_https_proxy.rb @@ -123,7 +123,7 @@ 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", - "--disable_gems disable gem libraries", + "--disable-gems disable gem libraries", "--copyright print the copyright", "--version print the version", NULL |
