diff options
Diffstat (limited to 'distro/common/man/man1/knife-role.1')
-rw-r--r-- | distro/common/man/man1/knife-role.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/distro/common/man/man1/knife-role.1 b/distro/common/man/man1/knife-role.1 index 0f29eec795..5275489dd8 100644 --- a/distro/common/man/man1/knife-role.1 +++ b/distro/common/man/man1/knife-role.1 @@ -1,6 +1,6 @@ .\" Man page generated from reStructuredText. . -.TH "KNIFE-ROLE" "1" "Chef 11.14" "" "knife role" +.TH "KNIFE-ROLE" "1" "Chef 11.16" "" "knife role" .SH NAME knife-role \- The man page for the knife role subcommand. . @@ -49,7 +49,7 @@ The configuration file to use. Use to prevent the $EDITOR from being opened and to accept data as\-is. .TP .B \fB\-\-defaults\fP -Use to have Knife 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. @@ -64,7 +64,7 @@ The output format: \fBsummary\fP (default), \fBtext\fP, \fBjson\fP, \fByaml\fP, Shows help for the command. .TP .B \fB\-k KEY\fP, \fB\-\-key KEY\fP -The private key that Knife will use to sign requests made by the API client to the Chef server\&. +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 Use to view colored output. @@ -76,7 +76,7 @@ Use to show data after a destructive operation. The URL for the Chef server\&. .TP .B \fB\-u USER\fP, \fB\-\-user USER\fP -The user name used by Knife to sign requests made by the API client to the Chef server\&. Authentication will fail if the user name does not match the private key. +The user name used by knife to sign requests made by the API client to the Chef server\&. Authentication will fail if the user name does not match the private key. .TP .B \fB\-V\fP, \fB\-\-verbose\fP Set for more verbose outputs. Use \fB\-VV\fP for maximum verbosity. @@ -85,7 +85,7 @@ Set for more verbose outputs. Use \fB\-VV\fP for maximum verbosity. The version of the chef\-client\&. .TP .B \fB\-y\fP, \fB\-\-yes\fP -Use to respond to all confirmation prompts with "Yes". 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 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\&. @@ -154,7 +154,7 @@ The description of the role. This value will populate the description field for .sp \fBExamples\fP .sp -To add a role named "role1", enter: +To add a role named \fBrole1\fP, enter: .INDENT 0.0 .INDENT 3.5 .sp @@ -251,7 +251,7 @@ This command does not have any specific options. .sp \fBExamples\fP .sp -To edit the data for a role named "role1", enter: +To edit the data for a role named \fBrole1\fP, enter: .INDENT 0.0 .INDENT 3.5 .sp |