summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjamescott <jamescott@opscode.com>2014-01-31 12:31:33 -0800
committerjamescott <jamescott@opscode.com>2014-01-31 12:31:37 -0800
commit8307d05680b5b91f27fcef202b6336e14ea8508b (patch)
treea033fa85d5e5305ae082dc84d1b4080b1a8a185c
parent4bd19d4da89678c0f0d12ad4900ca28600e07ec9 (diff)
downloadohai-8307d05680b5b91f27fcef202b6336e14ea8508b.tar.gz
update man page for version
-rw-r--r--docs/man/man1/ohai.116
1 files changed, 9 insertions, 7 deletions
diff --git a/docs/man/man1/ohai.1 b/docs/man/man1/ohai.1
index dc59458f..aedb9752 100644
--- a/docs/man/man1/ohai.1
+++ b/docs/man/man1/ohai.1
@@ -1,4 +1,4 @@
-.TH "OHAI" "1" "Ohai 6.20.0" "" "ohai"
+.TH "OHAI" "1" "Ohai 7.0.0" "" "ohai"
.SH NAME
ohai \- The man page for the ohai command line tool.
.
@@ -31,12 +31,14 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" Man page generated from reStructuredText.
.
.sp
-Ohai is a tool that is used to detect attributes on a node, and then provide these attributes to the chef\-client at the start of every chef\-client run. Ohai is required by the chef\-client and must be present on a node. The types of attributes Ohai collects include:
+Ohai is a tool that is used to detect attributes on a node, and then provide these attributes to the chef\-client at the start of every chef\-client run. Ohai is required by the chef\-client and must be present on a node. (Ohai is installed on a node as part of the chef\-client install process.)
+.sp
+The types of attributes Ohai collects include (but are not limited to):
.INDENT 0.0
.IP \(bu 2
Platform details
.IP \(bu 2
-Networking usage
+Network usage
.IP \(bu 2
Memory usage
.IP \(bu 2
@@ -67,17 +69,17 @@ ohai OPTION
This tool has the following options:
.INDENT 0.0
.TP
+.B \fBATTRIBUTE_NAME ATTRIBUTE NAME ...\fP
+Use to have Ohai show only output for named attributes.
+.TP
.B \fB\-d PATH\fP, \fB\-\-directory PATH\fP
The directory in which Ohai plugins are located. For example: \fB/etc/ohai/plugins\fP.
.TP
-.B \fB\-f FILE_NAME\fP, \fB\-\-file FILE_NAME\fP
-The file against which Ohai will run.
-.TP
.B \fB\-h\fP, \fB\-\-help\fP
Shows help for the command.
.TP
.B \fB\-l LEVEL\fP, \fB\-\-log_level LEVEL\fP
-The level of logging that will be stored in a log file: \fBdebug\fP, \fBinfo\fP, \fBwarn\fP, \fBerror\fP, or \fBfatal\fP.
+The level of logging that will be stored in a log file.
.TP
.B \fB\-L LOGLOCATION\fP, \fB\-\-logfile c\fP
The location in which log file output files will be saved. If this location is set to something other than \fBSTDOUT\fP, standard output logging will still be performed (otherwise there would be no output other than to a file).