diff options
| author | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-26 03:41:01 +0000 |
|---|---|---|
| committer | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-10-26 03:41:01 +0000 |
| commit | 71abaf61ece92076045d16087f204c505d1357f8 (patch) | |
| tree | 0a3280ee5f020a04a4db2d92cec770c6e8a95836 /ruby.c | |
| parent | b0af034e5333381f154747e5bbc7c12feb9495ad (diff) | |
| download | ruby-71abaf61ece92076045d16087f204c505d1357f8.tar.gz ruby-71abaf61ece92076045d16087f204c505d1357f8.tar.xz ruby-71abaf61ece92076045d16087f204c505d1357f8.zip | |
* ruby.c (usage): -T and -W descriptions updated. see
[ruby-dev:39539]
* man/ruby.1: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25486 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.c')
| -rw-r--r-- | ruby.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -147,10 +147,10 @@ usage(const char *name) "-rlibrary require the library, before executing your script", "-s enable some switch parsing for switches after script name", "-S look for the script using PATH environment variable", - "-T[level] turn on tainting checks", + "-T[level=1] 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 for level)", + "-W[level=2] set warning level; 0=silence, 1=medium, 2=verbose", "-x[directory] strip off text before #!ruby line and perhaps cd to directory", "--copyright print the copyright", "--version print the version", |
