From 73ad1727443924d5efa94d5fad1ad3cfea3d3780 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Mon, 4 May 2009 16:04:51 -0500 Subject: 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 Signed-off-by: Eric Sandeen Signed-off-by: Jens Axboe --- blkiomon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blkiomon.c') 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 | --human-readable= ]\n" \ "[ -b | --binary= ]\n" \ "[ -D | --debug= ]\n" \ - "[ -Q | --msg-queue-name=]\n" \ + "[ -Q | --msg-queue=]\n" \ "[ -q | --msg-queue-id=]\n" \ "[ -m | --msg-id=]\n" \ "[ -V | --version ]\n\n" \ -- cgit v1.2.3