From 254abedc2ff23e37616e94e2456813f33e931594 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 18 Oct 2005 14:16:36 +0200 Subject: [PATCH] [PATCH] drivescan: correct block size longoption --- drivescan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }, -- 2.25.1