Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change possibly confusing sample hostname in usage text #133

Merged
merged 3 commits into from
May 16, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions components/chef-cli/i18n/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,17 @@ commands:
Converge the specified <TARGET> with the single <RESOURCE>.
[PROPERTIES] should be specified as key=value. For example:

chef target converge myec2node directory /tmp/test mode="0777" action=create
chef target converge web01 directory /tmp/test mode="0777" action=create

chef target converge <TARGET> <RECIPE> [FLAGS]

Converge the specified <TARGET> with the single recipe located at
<RECIPE>. For example:

chef target converge myec2node path/to/cookbook/recipe.rb
chef target converge myec2node path/to/cookbook
chef target converge myec2node cookbook_name
chef target converge myec2node cookbook_name::recipe_name
chef target converge web01 path/to/cookbook/recipe.rb
chef target converge web01 path/to/cookbook
chef target converge web01 cookbook_name
chef target converge web01 cookbook_name::recipe_name

ARGUMENTS:
<TARGET> The host or IP address to converge. Can also be an SSH or WinRM URL
Expand Down