Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 7210

Show
Ignore:
Timestamp:
07/23/07 19:31:43 (1 year ago)
Author:
minam
Message:

-q isn't really the default

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/capistrano/CHANGELOG

    r7208 r7210  
     1*SVN* 
     2 
     3* Change the "-h" output so that it does not say that "-q" is the default [Jamis Buck] 
     4 
     5 
    16*2.0.0* July 21, 2007 
    27 
  • tools/capistrano/lib/capistrano/cli/options.rb

    r6490 r7210  
    5555 
    5656          opts.on("-q", "--quiet", 
    57             "Make the output as quiet as possible (default)
     57            "Make the output as quiet as possible.
    5858          ) { options[:verbose] = 0 } 
    5959