mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-23 19:39:53 +08:00
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 '?':
|
||||||
case 'h':
|
case 'h':
|
||||||
fprintf(stderr, "\
|
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\
|
default action display all databases\n\
|
||||||
-d database database to oid2name\n\
|
-d database database to oid2name\n\
|
||||||
-x display system tables\n\
|
-x display system tables\n\
|
||||||
|
Loading…
Reference in New Issue
Block a user