diff options
author | jamescott <jscott@Ettores-MacBook-Pro.local> | 2014-07-02 12:17:34 -0700 |
---|---|---|
committer | jamescott <jscott@Ettores-MacBook-Pro.local> | 2014-07-02 12:18:11 -0700 |
commit | d3217fd9e1e8d4838321786ed9ff6e536d857cd6 (patch) | |
tree | 3ea9a6bec1c42711c3d623893b4f5e030d8788b4 /distro | |
parent | 5e0c31c19fb787ee9b2a8b62951a75873e70d5fd (diff) | |
download | chef-d3217fd9e1e8d4838321786ed9ff6e536d857cd6.tar.gz |
update chef-shell man page
Diffstat (limited to 'distro')
-rw-r--r-- | distro/common/man/man1/chef-shell.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/distro/common/man/man1/chef-shell.1 b/distro/common/man/man1/chef-shell.1 index eba598ac48..4f3f6c85c6 100644 --- a/distro/common/man/man1/chef-shell.1 +++ b/distro/common/man/man1/chef-shell.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "CHEF-SHELL" "1" "Chef 11.12.0" "" "chef-shell" +.TH "CHEF-SHELL" "1" "Chef 11.14" "" "chef-shell" .SH NAME chef-shell \- The man page for the chef-shell command line tool. . @@ -91,7 +91,7 @@ This command has the following options: .INDENT 0.0 .TP .B \fB\-a\fP, \fB\-\-standalone\fP -Indicates that chef\-shell will be run in standalone mode. +Use to run chef\-shell in standalone mode. .TP .B \fB\-c CONFIG\fP, \fB\-\-config CONFIG\fP The configuration file to use. @@ -106,7 +106,7 @@ The path to a file that contains JSON data. The level of logging that will be stored in a log file. .TP .B \fB\-s\fP, \fB\-\-solo\fP -Indicates that chef\-shell will be run in chef\-solo mode. +Use to run chef\-shell in chef\-solo mode. .TP .B \fB\-S CHEF_SERVER_URL\fP, \fB\-\-server CHEF_SERVER_URL\fP The URL for the Chef server\&. @@ -115,7 +115,7 @@ The URL for the Chef server\&. The version of the chef\-client\&. .TP .B \fB\-z\fP, \fB\-\-client\fP -Indicates that chef\-shell will be run in chef\-client mode. +Use to run chef\-shell in chef\-client mode. .UNINDENT .SH AUTHOR Chef |