From 9e695a85fc8a1f87b3fe64ca69c42c82029e9b9b Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 15 Nov 2007 02:27:08 +0000 Subject: * 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 --- ruby.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ruby.c') diff --git a/ruby.c b/ruby.c index 51659e140..b3d0a6c2f 100644 --- a/ruby.c +++ b/ruby.c @@ -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 -- cgit