Skip to content

Commit

Permalink
Cleaning up user messaging. [PR Comments]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Morrow committed May 17, 2018
1 parent 3665038 commit f96dbb7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions components/chef-run/i18n/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,20 @@ cli:
For example:
chef-run myec2node directory /tmp/test mode="0777" action=create
chef-run myec2node,myec2node2 directory /tmp/test mode="0777" action=create
chef-run myec2node[1:2] directory /tmp/test mode="0777" action=create
chef-run web01 service nginx action=restart
chef-run web01,web02 nginx action=restart
chef-run web0[1:2] nginx action=restart
chef-run <TARGET[S]> <RECIPE> [FLAGS]
Runs a single recipe located at <RECIPE> on the specified <TARGET[S]>.
For example:
chef-run myec2node path/to/cookbook/recipe.rb
chef-run myec2node,myec2node2 path/to/cookbook
chef-run myec2node[1:2] cookbook_name
chef-run myec2node cookbook_name::recipe_name
chef-run web01 path/to/cookbook/recipe.rb
chef-run web01,web02 path/to/cookbook
chef-run web0[1:2] cookbook_name
chef-run web01 cookbook_name::recipe_name
ARGUMENTS:
<TARGET[S]> The hosts or IPs to target. Can also be an SSH or WinRM URLs
Expand Down Expand Up @@ -260,7 +260,7 @@ errors:
Cookbook path is '%1'.
CHEFVAL006: |
Cookbook '%1' could not be found in any of the following directorys
Cookbook '%1' could not be found in any of the following directories
%2
Expand Down

0 comments on commit f96dbb7

Please sign in to comment.