summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-15 02:27:08 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-15 02:27:08 +0000
commit0529882de724854044ee499fbdcb7ffbcad6e06c (patch)
tree7785dcd6dae532695427e718b39f8b51871dfd54 /ruby.c
parent67172a240103ed20d297fffd113171da7b4f3e5b (diff)
* ruby.c (usage): fix typo on --disable-gems option.
pointed by Richard Kilmer. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.c b/ruby.c
index 51659e140a..b3d0a6c2f1 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