diff options
author | jamescott <jamescott@opscode.com> | 2014-01-31 11:46:13 -0800 |
---|---|---|
committer | jamescott <jamescott@opscode.com> | 2014-01-31 11:46:21 -0800 |
commit | 64be5010f200a302e6efe8bbb2376a93e215ecab (patch) | |
tree | 7f74200bbec70507418e3b20569644d6830d3743 /distro/common/man/man1/knife-user.1 | |
parent | 960463222e123c25a6a6701437a8f375794ac71c (diff) | |
download | chef-64be5010f200a302e6efe8bbb2376a93e215ecab.tar.gz |
update man pages
Diffstat (limited to 'distro/common/man/man1/knife-user.1')
-rw-r--r-- | distro/common/man/man1/knife-user.1 | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/distro/common/man/man1/knife-user.1 b/distro/common/man/man1/knife-user.1 index 344fa55029..cb062f0502 100644 --- a/distro/common/man/man1/knife-user.1 +++ b/distro/common/man/man1/knife-user.1 @@ -32,17 +32,6 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] . .sp The \fBknife user\fP subcommand is used to manage the list of users and their associated RSA public key\-pairs. -.IP Note -This subcommand ONLY works when run against the open source server and will not run against Enterprise Chef (including hosted Enterprise Chef), or Private Chef. -.RE -.sp -This subcommand has the following syntax: -.sp -.nf -.ft C -$ knife user [ARGUMENT] (options) -.ft P -.fi .SH COMMON OPTIONS .sp The following options may be used with any of the arguments available to the \fBknife user\fP subcommand: @@ -139,8 +128,6 @@ All users are assigned a public key. Use to write the public key to a file. .sp \fBExamples\fP .sp -To create a new user named "Radio Birdman" with a private key saved to "/keys/user_name", enter: -.sp .nf .ft C $ knife user create "Radio Birdman" \-f /keys/user_name @@ -166,8 +153,6 @@ This command does not have any specific options. .sp \fBExamples\fP .sp -To delete a user named "Steve Danno", enter: -.sp .nf .ft C $ knife user delete "Steve Danno" @@ -248,8 +233,6 @@ Indicates that the private key will be saved to a specified file name. .sp \fBExamples\fP .sp -To regenerate the RSA key pair for a user named "Robert Younger", enter: -.sp .nf .ft C $ knife user reregister "Robert Younger" @@ -307,7 +290,7 @@ $ knife user show "Dennis Teck" \-F json .ft P .fi .sp -Other formats available include \fBtext\fP, \fByaml\fP, and \fBpp\fP. +(Other formats available include \fBtext\fP, \fByaml\fP, and \fBpp\fP, e.g. \fB\-F yaml\fP for YAML.) .SH AUTHOR Chef .\" Generated by docutils manpage writer. |