1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ruby.c (usage): -W description updated. [ruby-core:19858]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2008-11-21 18:34:03 +00:00
parent c87f1ffa51
commit b58ed03759
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Fri Nov 21 22:17:15 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* ruby.c (usage): -W description updated. [ruby-core:19858]
Fri Nov 21 21:50:54 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* signal.c (register_sigaltstack): use alternative stack for

2
ruby.c
View file

@ -148,7 +148,7 @@ usage(const char *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, 2=verbose (default)",
"-W[level] set warning level; 0=silence, 1=medium, 2=verbose (default for level)",
"-x[directory] strip off text before #!ruby line and perhaps cd to directory",
"--copyright print the copyright",
"--version print the version",