new utilities from Karl

This commit is contained in:
brianb
2000-03-16 12:05:47 +00:00
parent e469aed2d7
commit a619228310
8 changed files with 402 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ MdbHandle *mdb;
if (argc<2) {
fprintf(stderr,"Usage: prcat <file> [<objtype>]\n");
fprintf(stderr,"Usage: %s <file> [<objtype>]\n",argv[0]);
exit(1);
}