diff options
-rw-r--r-- | blkiomon.c | 2 | ||||
-rw-r--r-- | doc/blkiomon.8 | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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" \ 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. |