diff options
author | jamescott <jscott@Ettores-MacBook-Pro.local> | 2014-07-02 12:18:07 -0700 |
---|---|---|
committer | jamescott <jscott@Ettores-MacBook-Pro.local> | 2014-07-02 12:18:11 -0700 |
commit | af305126ffa352f21d5c2520d0395474612bd16d (patch) | |
tree | d2f8204a510bbb3803d3a0af0a8010d8457cd7a7 /distro/common/man/man1/knife-xargs.1 | |
parent | eb082febf2332ffea673c150a97c853408e0fa25 (diff) | |
download | chef-af305126ffa352f21d5c2520d0395474612bd16d.tar.gz |
update knife man pages; add knife serve
Diffstat (limited to 'distro/common/man/man1/knife-xargs.1')
-rw-r--r-- | distro/common/man/man1/knife-xargs.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/distro/common/man/man1/knife-xargs.1 b/distro/common/man/man1/knife-xargs.1 index 82e3981471..245aa346ff 100644 --- a/distro/common/man/man1/knife-xargs.1 +++ b/distro/common/man/man1/knife-xargs.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "KNIFE-XARGS" "1" "Chef 11.12.0" "" "knife xargs" +.TH "KNIFE-XARGS" "1" "Chef 11.14" "" "knife xargs" .SH NAME knife-xargs \- The man page for the knife xargs subcommand. . @@ -101,10 +101,10 @@ The configuration file to use. The port on which chef\-zero will listen. .TP .B \fB\-d\fP, \fB\-\-disable\-editing\fP -Indicates that $EDITOR will not be opened; data will be accepted as\-is. +Use to prevent the $EDITOR from being opened and to accept data as\-is. .TP .B \fB\-\-defaults\fP -Indicates that Knife will use the default value, instead of asking a user to provide one. +Use to have Knife use the default value instead of asking a user to provide one. .TP .B \fB\-e EDITOR\fP, \fB\-\-editor EDITOR\fP The $EDITOR that is used for all interactive commands. @@ -122,10 +122,10 @@ Shows help for the command. The private key that Knife will use to sign requests made by the API client to the Chef server\&. .TP .B \fB\-\-[no\-]color\fP -Indicates whether colored output will be used. +Use to view colored output. .TP .B \fB\-\-print\-after\fP -Indicates that data will be shown after a destructive operation. +Use to show data after a destructive operation. .TP .B \fB\-\-server\-url URL\fP The URL for the Chef server\&. @@ -140,10 +140,10 @@ The version of the chef\-client\&. Set for more verbose outputs. Use \fB\-VV\fP for maximum verbosity. .TP .B \fB\-y\fP, \fB\-\-yes\fP -Indicates that the response to all confirmation prompts will be "Yes" (and that Knife will not ask for confirmation). +Use to respond to all confirmation prompts with "Yes". Knife will not ask for confirmation. .TP .B \fB\-z\fP, \fB\-\-local\-mode\fP -Indicates that the chef\-client will be run in local mode, which allows all commands that work against the Chef server to also work against the local chef\-repo\&. +Use to run the chef\-client in local mode. This allows all commands that work against the Chef server to also work against the local chef\-repo\&. .UNINDENT .sp \fBExamples\fP |