Skip to content

Commit 2555db6

Browse files
committed
* ruby.c: typo fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent e155879 commit 2555db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ usage(name)
9494
"-T[level] turn on tainting checks",
9595
"-v print version number, then turn on verbose mode",
9696
"-w turn warnings on for your script",
97-
"-W[level] set warning level; 0=silence, 1=medium, 3=verbose (default)",
97+
"-W[level] set warning level; 0=silence, 1=medium, 2=verbose (default)",
9898
"-x[directory] strip off text before #!ruby line and perhaps cd to directory",
9999
"--copyright print the copyright",
100100
"--version print the version",

0 commit comments

Comments
 (0)