diff options
author | Edward Shishkin <edward@redhat.com> | 2010-07-30 16:04:24 +0200 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2010-10-22 20:54:11 +0200 |
commit | cab38cd268b5e87c645699736050a72e83770cf3 (patch) | |
tree | a16632ed6f7704a517c35301a14e9f8c30b7b5c4 /blkiomon.c | |
parent | 4a197d19c2e9d1ae08043419ccc84fc7eb292e02 (diff) | |
download | blktrace-cab38cd268b5e87c645699736050a72e83770cf3.tar.gz blktrace-cab38cd268b5e87c645699736050a72e83770cf3.tar.bz2 |
blktrace: blkiomon documentation update
Fixup for RH bugzilla 595419.
Document blkiomon option -d (--dump-lldd).
Add drv_data mask description to blktrace man page.
Signed-off-by: Edward Shishkin <edward@redhat.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'blkiomon.c')
-rw-r--r-- | blkiomon.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -599,6 +599,7 @@ static char usage_str[] = "\n\nblkiomon " \ "-I <interval> | --interval=<interval>\n" \ "[ -h <file> | --human-readable=<file> ]\n" \ "[ -b <file> | --binary=<file> ]\n" \ + "[ -d <file> | --dump-lldd=<file> ]\n" \ "[ -D <file> | --debug=<file> ]\n" \ "[ -Q <path name> | --msg-queue=<path name>]\n" \ "[ -q <msg queue id> | --msg-queue-id=<msg queue id>]\n" \ |