use 'file system superblock' for the error message. This will match other

disk utilities.

Discussed with:		bde
This commit is contained in:
trhodes 2002-08-31 21:34:54 +00:00
parent 2141d5b902
commit 209edff18a

View File

@ -108,7 +108,7 @@ main(int argc, char *argv[])
break;
}
if (sblock_try[i] == -1) {
fprintf(stderr, "Cannot find special_device\n");
fprintf(stderr, "Cannot find file system superblock\n");
exit(2);
}
bsize = sbp->fs_bsize;