From: Bruce Momjian Date: Wed, 3 Mar 2004 14:24:12 +0000 (+0000) Subject: Seems the usage message for oid2name calls it pg_oid2name. Fixed. X-Git-Tag: REL8_0_0BETA1~1082 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53c1f64b29c40a9907720c69cb53afc9d2e9d616;p=postgresql Seems the usage message for oid2name calls it pg_oid2name. Fixed. --- diff --git a/contrib/oid2name/oid2name.c b/contrib/oid2name/oid2name.c index 76369fd13c..564448fe00 100644 --- a/contrib/oid2name/oid2name.c +++ b/contrib/oid2name/oid2name.c @@ -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\