From: Jens Axboe Date: Tue, 4 Oct 2005 17:54:09 +0000 (+0200) Subject: [PATCH] blktrace: note that the -b option is in KiB X-Git-Tag: blktrace-0.99~52 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=62873474e0fdba703a2ad0ab141ffcb0050566af;p=blktrace.git [PATCH] blktrace: note that the -b option is in KiB --- diff --git a/blktrace.c b/blktrace.c index e1ea4f4..de0d9d1 100644 --- a/blktrace.c +++ b/blktrace.c @@ -121,7 +121,7 @@ static struct option l_opts[] = { .val = 'v' }, { - .name = "buffer size", + .name = "buffer size (in KiB)", .has_arg = required_argument, .flag = NULL, .val = 'b'