Seems the usage message for oid2name calls it pg_oid2name. Fixed.

This commit is contained in:
Bruce Momjian 2004-03-03 14:24:12 +00:00
parent 58c69eab00
commit 53c1f64b29

View File

@ -158,7 +158,7 @@ get_opts(int argc, char **argv, struct options * my_opts)
case '?':
case 'h':
fprintf(stderr, "\
Usage: pg_oid2name [-d database [-x] ] [-t table | -o oid]\n\
Usage: oid2name [-d database [-x] ] [-t table | -o oid]\n\
default action display all databases\n\
-d database database to oid2name\n\
-x display system tables\n\