diff options
author | Jens Axboe <axboe@suse.de> | 2005-10-07 12:49:17 +0200 |
---|---|---|
committer | Jens Axboe <axboe@suse.de> | 2005-10-07 12:49:17 +0200 |
commit | 57ea8602dc5da207879bd272ba2a0f6afdd5a067 (patch) | |
tree | 924aae11234df8c8aee774e9a53856cdbd7f0c5b /doc | |
parent | 5512378ea65f48e42d8b7df49064de3e79d4ae65 (diff) | |
download | blktrace-57ea8602dc5da207879bd272ba2a0f6afdd5a067.tar.gz blktrace-57ea8602dc5da207879bd272ba2a0f6afdd5a067.tar.bz2 |
[PATCH] Add -v for being more verbose on non-fatal errors
Move version to -V instead.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/blktrace.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/blktrace.tex b/doc/blktrace.tex index 0ebbdd3..78215b6 100644 --- a/doc/blktrace.tex +++ b/doc/blktrace.tex @@ -389,7 +389,7 @@ Short & Long & Description \\ \hline\hline -n \emph{num-sub} & --num-sub=\emph{num-sub} & Specifies number of buffers to use \\ \hline -o \emph{file} & --output=\emph{file} & Prepend \emph{file} to output file name(s) \\ \hline -r \emph{rel-path} & --relay=\emph{rel-path} & Specifies RelayFS mount point \\ \hline --v & --version & Outputs version \\ \hline +-V & --version & Outputs version \\ \hline -w \emph{seconds} & --stopwatch=\emph{seconds} & Sets run time to the number of seconds specified \\ \hline \end{tabular} @@ -497,7 +497,8 @@ Short & Long & Description \\ \hline\hline & & \emph{start:end-time} -- Display traces from time \emph{start} \\ & & through {end-time} (in ns). \\ \hline --v & --version & Display version \\ \hline +-v & --verbose & More verbose marginal on marginal errors \\ \hline +-V & --version & Display version \\ \hline \end{tabular} |