ruby-changes:4357
From: ko1@a...
Date: Fri, 28 Mar 2008 20:37:22 +0900 (JST)
Subject: [ruby-changes:4357] yugui - Ruby:r15847 (trunk): * ruby.1: Separated --verbose from -v.
yugui 2008-03-28 20:37:02 +0900 (Fri, 28 Mar 2008)
New Revision: 15847
Modified files:
trunk/ruby.1
Log:
* ruby.1: Separated --verbose from -v. [ruby-dev:34011]
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ruby.1?r1=15847&r2=15846&diff_format=u
Index: ruby.1
===================================================================
--- ruby.1 (revision 15846)
+++ ruby.1 (revision 15847)
@@ -24,6 +24,7 @@
.Op Fl r Ar library
.Op Fl x Ns Op Ar directory
.Op Fl -disable-gems
+.Op Fl -verbose
.Op Fl -
.Op Ar program_file
.Op Ar argument ...
@@ -301,7 +302,6 @@
.Xr csh 1 .
.Pp
.It Fl v
-.It Fl -verbose
Enables verbose mode. Ruby will print its version at the beginning,
and set the variable
.Li "$VERBOSE"
@@ -340,6 +340,14 @@
.It Fl -disable-gems
Disables RubyGems libraries. By default, Ruby will load the latest
version of each installed gem.
+.Pp
+.It Fl -verbose
+Enables verbose mode without printing version message at the
+beginning. It sets the
+.Li "$VERBOSE"
+variable to true.
+If this switch is given, and no other switches are present, Ruby quits
+after printing its version.
.El
.Pp
.Sh ENVIRONMENT
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/