lib/capistrano/cli/help.txt in capistrano-2.5.3 vs lib/capistrano/cli/help.txt in capistrano-2.5.4

- old
+ new

@@ -58,5 +58,18 @@ <%= color '-X, --skip-system-config', :bold %> By default, cap will look for and (if it exists) load the global system configuration file located in /etc/capistrano.conf. If you don't want cap to load that file, give this option. <%= color '-x, --skip-user-config', :bold %> By default, cap will look for and (if it exists) load the user-specific configuration file located in $HOME/.caprc. If you don't want cap to load that file, give this option. + +----------------------------- +<%= color('Environment Variables', :bold) %> +----------------------------- + + <%= color 'HOSTS', :bold %> + Execute the tasks against this comma-separated list of hosts. Effectively, this makes the host(s) part of every roles. + + <%= 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