diff options
author | Alan D. Brunelle <Alan.Brunelle@hp.com> | 2006-11-13 14:52:03 +0100 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2006-11-13 14:52:03 +0100 |
commit | cfa8ef19ab702e05797173f9255fd188e8581a94 (patch) | |
tree | 65ac55294d2713efb961047a93526bc3375323be /doc | |
parent | 70317a16ae0c6b8f6972972f908fd167b2151846 (diff) | |
download | blktrace-cfa8ef19ab702e05797173f9255fd188e8581a94.tar.gz blktrace-cfa8ef19ab702e05797173f9255fd188e8581a94.tar.bz2 |
[PATCH] Update doc/blktrace.tex to reflex blkparse updates.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/blktrace.tex | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/blktrace.tex b/doc/blktrace.tex index fb8181d..27b13c2 100644 --- a/doc/blktrace.tex +++ b/doc/blktrace.tex @@ -457,8 +457,10 @@ will help in understanding the command line options presented below. \item The format of the output data can be controlled via the \emph{-f} or \emph{-F} options -- see section~\ref{sec:blkparse-format} for details. - By default, blkparse sends formatted data to standard output. This - may be changed via the \emph{-o} option. + By default, blkparse sends formatted data to standard output. This may + be changed via the \emph{-o} option, or text output can be disabled + via the\emph{-O} option. A merged binary stream can be produced using + the \emph{-d} option. \end{itemize} @@ -486,6 +488,7 @@ Short & Long & Description \\ \hline\hline -h & --hash-by-name & Hash processes by name, not by PID\\ \hline -o \emph{file} & --output=\emph{file} & Output file \\ \hline +-O & --no-text-output & Do \emph{not} produce text output, used for binary (-d) only \\ \hline -d \emph{file} & --dump-binary=\emph{file} & Binary output file \\ \hline |