From 71abaf61ece92076045d16087f204c505d1357f8 Mon Sep 17 00:00:00 2001 From: mame Date: Mon, 26 Oct 2009 03:41:01 +0000 Subject: * 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 --- ruby.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ruby.c') diff --git a/ruby.c b/ruby.c index 153030667..4c2d56664 100644 --- a/ruby.c +++ b/ruby.c @@ -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", -- cgit