diff options
author | jamescott <jamescott@opscode.com> | 2014-02-03 14:53:57 -0800 |
---|---|---|
committer | jamescott <jamescott@opscode.com> | 2014-02-03 14:54:02 -0800 |
commit | 3fa84352e040daa35b956ccfd195bb842b55dcae (patch) | |
tree | 28f6b1376810a710df99ca0e0623cbd594e2a7f3 /distro | |
parent | fff56de8754f520f199011cdd1e0f7b4694bdbae (diff) | |
download | chef-3fa84352e040daa35b956ccfd195bb842b55dcae.tar.gz |
update with note re: version
Diffstat (limited to 'distro')
-rw-r--r-- | distro/common/man/man1/knife-index-rebuild.1 | 3 | ||||
-rw-r--r-- | distro/common/man/man1/knife-user.1 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/distro/common/man/man1/knife-index-rebuild.1 b/distro/common/man/man1/knife-index-rebuild.1 index 50549b37c7..03c8332a31 100644 --- a/distro/common/man/man1/knife-index-rebuild.1 +++ b/distro/common/man/man1/knife-index-rebuild.1 @@ -32,6 +32,9 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] . .sp The \fBknife index rebuild\fP subcommand is used to rebuild the search indexes for the open source server. This operation is destructive and may take some time. +.IP Note +This subcommand ONLY works when run against the open source server version 10.x. This subcommand will NOT run against open source server 11, Enterprise Chef (including hosted Enterprise Chef), or Private Chef. +.RE .sp \fBSyntax\fP .sp diff --git a/distro/common/man/man1/knife-user.1 b/distro/common/man/man1/knife-user.1 index df90b17fa4..978a0e7d43 100644 --- a/distro/common/man/man1/knife-user.1 +++ b/distro/common/man/man1/knife-user.1 @@ -32,6 +32,9 @@ 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 version 10.x. This subcommand will NOT run against open source server 11, Enterprise Chef (including hosted Enterprise Chef), or Private Chef. +.RE .SH COMMON OPTIONS .sp The following options may be used with any of the arguments available to the \fBknife user\fP subcommand: |