ruby-changes:2433
From: ko1@a...
Date: 15 Nov 2007 11:27:29 +0900
Subject: [ruby-changes:2433] akr - Ruby:r13924 (trunk): * ruby.c (usage): fix typo on --disable-gems option.
akr 2007-11-15 11:27:08 +0900 (Thu, 15 Nov 2007) New Revision: 13924 Modified files: trunk/ChangeLog trunk/ruby.c Log: * ruby.c (usage): fix typo on --disable-gems option. pointed by Richard Kilmer. http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ruby.c?r1=13924&r2=13923 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=13924&r2=13923 Index: ChangeLog =================================================================== --- ChangeLog (revision 13923) +++ ChangeLog (revision 13924) @@ -1,3 +1,8 @@ +Thu Nov 15 11:25:20 2007 Tanaka Akira <akr@f...> + + * ruby.c (usage): fix typo on --disable-gems option. + pointed by Richard Kilmer. + Wed Nov 14 16:16:17 2007 Yukihiro Matsumoto <matz@r...> * test/net/http/test_https_proxy.rb Index: ruby.c =================================================================== --- ruby.c (revision 13923) +++ ruby.c (revision 13924) @@ -123,7 +123,7 @@ "-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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml