mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ruby.c: typo fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e155879b46
commit
2555db608e
1 changed files with 1 additions and 1 deletions
2
ruby.c
2
ruby.c
|
@ -94,7 +94,7 @@ usage(name)
|
|||
"-T[level] turn on tainting checks",
|
||||
"-v print version number, then turn on verbose mode",
|
||||
"-w turn warnings on for your script",
|
||||
"-W[level] set warning level; 0=silence, 1=medium, 3=verbose (default)",
|
||||
"-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",
|
||||
"--copyright print the copyright",
|
||||
"--version print the version",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue