projects
/
disktools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
854a84c
)
[PATCH] drivescan: correct block size longoption
author
Jens Axboe
<axboe@suse.de>
Tue, 18 Oct 2005 12:16:36 +0000
(14:16 +0200)
committer
Jens Axboe
<axboe@suse.de>
Tue, 18 Oct 2005 12:16:36 +0000
(14:16 +0200)
drivescan.c
patch
|
blob
|
blame
|
history
diff --git
a/drivescan.c
b/drivescan.c
index e7d97386c4bb89df5b7e7e6dce21c84893c02017..b75608fd198be7fe7ce8e2cbb1b9b4725e0ffbfd 100644
(file)
--- 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' },