Seems the usage message for oid2name calls it pg_oid2name. Fixed.
This commit is contained in:
parent
58c69eab00
commit
53c1f64b29
@ -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\
|
||||
|
Loading…
Reference in New Issue
Block a user