From: Jens Axboe Date: Tue, 18 Oct 2005 12:16:36 +0000 (+0200) Subject: [PATCH] drivescan: correct block size longoption X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=254abedc2ff23e37616e94e2456813f33e931594;p=disktools.git [PATCH] drivescan: correct block size longoption --- diff --git a/drivescan.c b/drivescan.c index e7d9738..b75608f 100644 --- a/drivescan.c +++ b/drivescan.c @@ -546,7 +546,7 @@ int get_options(int argc, char *argv[]) { static struct option longoptions[] = { { "device", 1, NULL, 'd' }, - { "block size", 1, NULL, 'b' }, + { "block-size", 1, NULL, 'b' }, { "progress", 1, NULL, 'p' }, { "file", 1, NULL, 'f' }, { "restore", 1, NULL, 'r' },