1
0
Fork 0
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:
Jamis Buck 2007-07-23 19:31:43 +00:00
parent 856208bad8
commit 604393f65f
2 changed files with 7 additions and 2 deletions

View file

@ -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]

View file

@ -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