schema program from Karl

This commit is contained in:
brianb
2000-03-12 01:21:05 +00:00
parent 48d80d3de8
commit ed04cfac15
6 changed files with 14 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ GList *l;
if (argc<2) {
fprintf(stderr,"Usage: prtable <file> <table>\n");
fprintf(stderr,"Usage: %s <file> <table>\n",argv[0]);
exit(1);
}