[PATCH] drivescan: correct block size longoption
authorJens Axboe <axboe@suse.de>
Tue, 18 Oct 2005 12:16:36 +0000 (14:16 +0200)
committerJens Axboe <axboe@suse.de>
Tue, 18 Oct 2005 12:16:36 +0000 (14:16 +0200)
drivescan.c

index e7d97386c4bb89df5b7e7e6dce21c84893c02017..b75608fd198be7fe7ce8e2cbb1b9b4725e0ffbfd 100644 (file)
@@ -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' },