From: Jens Axboe Date: Thu, 25 Mar 2010 09:38:07 +0000 (+0100) Subject: Fix typo in bandwidth log command line option X-Git-Tag: fio-1.39-rc1~19^2~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=3d73e5a9549d30324d1c5e31eb644077380c0b95;p=fio.git Fix typo in bandwidth log command line option Signed-off-by: Jens Axboe --- diff --git a/init.c b/init.c index 4d0a9069..40a17ac6 100644 --- a/init.c +++ b/init.c @@ -1076,7 +1076,7 @@ static int parse_cmd_line(int argc, char *argv[]) case 'l': write_lat_log = 1; break; - case 'w': + case 'b': write_bw_log = 1; break; case 'o':