Changeset 7210
- Timestamp:
- 07/23/07 19:31:43 (1 year ago)
- Files:
-
- tools/capistrano/CHANGELOG (modified) (1 diff)
- tools/capistrano/lib/capistrano/cli/options.rb (modified) (1 diff)
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 1 6 *2.0.0* July 21, 2007 2 7 tools/capistrano/lib/capistrano/cli/options.rb
r6490 r7210 55 55 56 56 opts.on("-q", "--quiet", 57 "Make the output as quiet as possible (default)"57 "Make the output as quiet as possible." 58 58 ) { options[:verbose] = 0 } 59 59