mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 21:49:06 +02:00
* 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
This commit is contained in:
parent
67172a2401
commit
0529882de7
2 changed files with 6 additions and 1 deletions
2
ruby.c
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue