diff options
author | Eric Sandeen <sandeen@redhat.com> | 2009-05-04 16:04:51 -0500 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-05-11 08:43:44 +0200 |
commit | 73ad1727443924d5efa94d5fad1ad3cfea3d3780 (patch) | |
tree | d975529dc36a5a17398f4ddc8cdac75ffcc79dd7 /doc | |
parent | bc93336f08a3773cdc8d88eda035346e3896fa29 (diff) | |
download | blktrace-73ad1727443924d5efa94d5fad1ad3cfea3d3780.tar.gz blktrace-73ad1727443924d5efa94d5fad1ad3cfea3d3780.tar.bz2 |
blkiomon manpage and usage reference invalid "msg-queue-name" option
the blkiomon usage text and man page reference a
"msg-queue-name" option, but getopts is only looking
for "msg-qeueue" - fix the docs to match the code.
Reported-by: Milos Malik <mmalik@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/blkiomon.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/blkiomon.8 b/doc/blkiomon.8 index 0bc109c..dbed0df 100644 --- a/doc/blkiomon.8 +++ b/doc/blkiomon.8 @@ -57,7 +57,7 @@ Output file for debugging data. Use '\-' for stdout. \-Q \fIpath_name\fR .br -\-\-msg\-queue\-name=\fIpath_name\fR +\-\-msg\-queue=\fIpath_name\fR .RS Sets \fIpath_name\fR as path name for existing message queue to be used for binary output. |