lib/capistrano/cli/help.txt in capistrano-2.5.8 vs lib/capistrano/cli/help.txt in capistrano-2.5.9

- old
+ new

@@ -26,10 +26,13 @@ Displays this document and exits. <%= color '-h, --help', :bold %> Shows a brief summary of these options and exits. + <%= 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. @@ -70,6 +73,6 @@ <%= color 'HOSTFILTER', :bold %> Execute tasks against this comma-separated list of host, but only if the host has the proper role for the task. <%= color 'ROLES', :bold %> - Execute tasks against this comma-separated list of roles. Hosts which do not have the right roles will be skipped. \ No newline at end of file + Execute tasks against this comma-separated list of roles. Hosts which do not have the right roles will be skipped.