diff options
author | jamescott <jamescott@opscode.com> | 2013-10-28 15:37:11 -0700 |
---|---|---|
committer | jamescott <jamescott@opscode.com> | 2013-10-28 15:37:11 -0700 |
commit | ddc62baa94388309098aa8bb6ff71f204e8bb94e (patch) | |
tree | 286661f4c4900473d8e927cab48b1e42c09d8063 | |
parent | 4d4a95b2c79d001c1d0df96b4d0ccec2a4f945c9 (diff) | |
download | ohai-ddc62baa94388309098aa8bb6ff71f204e8bb94e.tar.gz |
update man page per OHAI-515
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | docs/man/man1/ohai.1 | 12 |
2 files changed, 10 insertions, 3 deletions
@@ -3,3 +3,4 @@ Gemfile.lock pkg/ tmp/ coverage/ +.DS_Store diff --git a/docs/man/man1/ohai.1 b/docs/man/man1/ohai.1 index 1a06bb74..44e2a044 100644 --- a/docs/man/man1/ohai.1 +++ b/docs/man/man1/ohai.1 @@ -73,11 +73,17 @@ The directory in which Ohai plugins are located. For example: \fB/etc/ohai/plugi .B \fB\-f FILE_NAME\fP, \fB\-\-file FILE_NAME\fP The file against which Ohai will run. .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. -.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. +.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). +.TP +.B \fB\-v\fP, \fB\-\-version\fP +The version of the chef\-client. .UNINDENT .SH AUTHOR Opscode |