lib/capistrano/cli/help.txt in capistrano-2.6.1.pre vs lib/capistrano/cli/help.txt in capistrano-2.7.0

- old
+ new

@@ -31,10 +31,10 @@ <%= color '-l, --logger [STDERR|STDOUT|file]', :bold %> Change the file used to print the output. It offers three options: standard error(stderr), standard output and file. Options are not case sensitive. By default Capistrano uses stderr. <%= color '-n, --dry-run', :bold %> Causes Capistrano to simply display each remote command, without executing it. In this sense it is similar to --debug, but without the prompt. Note that commands executed locally are still run--only remote commands are skipped. - + <%= color '-p, --password', :bold %> Normally, cap will prompt for the password on-demand, the first time it is needed. This can make it hard to walk away from Capistrano, since you might not know if it will prompt for a password down the road. In such cases, you can use the -p option to force cap to prompt for the password immediately. <%= color '-q, --quiet', :bold %> Display only critical error messages. All other output is suppressed.