summaryrefslogtreecommitdiff
path: root/blkiomon.c
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2009-05-04 16:04:51 -0500
committerJens Axboe <jens.axboe@oracle.com>2009-05-11 08:43:44 +0200
commit73ad1727443924d5efa94d5fad1ad3cfea3d3780 (patch)
treed975529dc36a5a17398f4ddc8cdac75ffcc79dd7 /blkiomon.c
parentbc93336f08a3773cdc8d88eda035346e3896fa29 (diff)
downloadblktrace-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 'blkiomon.c')
-rw-r--r--blkiomon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/blkiomon.c b/blkiomon.c
index 54c8fa7..9fc4d75 100644
--- a/blkiomon.c
+++ b/blkiomon.c
@@ -600,7 +600,7 @@ static char usage_str[] = "\n\nblkiomon " \
"[ -h <file> | --human-readable=<file> ]\n" \
"[ -b <file> | --binary=<file> ]\n" \
"[ -D <file> | --debug=<file> ]\n" \
- "[ -Q <path name> | --msg-queue-name=<path name>]\n" \
+ "[ -Q <path name> | --msg-queue=<path name>]\n" \
"[ -q <msg queue id> | --msg-queue-id=<msg queue id>]\n" \
"[ -m <msg id> | --msg-id=<msg id>]\n" \
"[ -V | --version ]\n\n" \