mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
new utilities from Karl
This commit is contained in:
@@ -33,7 +33,7 @@ int j;
|
||||
int page, start, stop;
|
||||
|
||||
if (argc<4) {
|
||||
fprintf(stderr,"Usage: prdump <file> <page> <start> <stop>\n");
|
||||
fprintf(stderr,"Usage: %s <file> <page> <start> <stop>\n",argv[0]);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user