mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
-q isn't really the default
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@7210 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
856208bad8
commit
604393f65f
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
*SVN*
|
||||
|
||||
* Change the "-h" output so that it does not say that "-q" is the default [Jamis Buck]
|
||||
|
||||
|
||||
*2.0.0* July 21, 2007
|
||||
|
||||
* Make the "no matching servers" error more sane [halorgium]
|
||||
|
|
|
@ -54,7 +54,7 @@ module Capistrano
|
|||
) { options[:password] = nil }
|
||||
|
||||
opts.on("-q", "--quiet",
|
||||
"Make the output as quiet as possible (default)"
|
||||
"Make the output as quiet as possible."
|
||||
) { options[:verbose] = 0 }
|
||||
|
||||
opts.on("-S", "--set-before NAME=VALUE",
|
||||
|
@ -180,4 +180,4 @@ module Capistrano
|
|||
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue