typo in contrib/oid2name

Started by Oleg Bartunovabout 24 years ago2 messageshackers
Jump to latest
#1Oleg Bartunov
oleg@sai.msu.su

Please apply small patch to contrib/oid2name

--- oid2name.c.orig     Thu Jan 10 14:07:44 2002
+++ oid2name.c  Fri Jan 25 14:42:01 2002
@@ -152,7 +152,7 @@
                        case 'h':
                                fprintf(stderr, "\n\
 Usage: pg_oid2name [-d database [-x] ] [-t table | -o oid] \n\
-        dafault action        display all databases\n\
+        default action        display all databases\n\
         -d database           database to oid2name\n\
         -x                    display system tables\n\
         -t table | -o oid     search for table name (-t) or\n\

Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Oleg Bartunov (#1)
Re: typo in contrib/oid2name

Oleg Bartunov <oleg@sai.msu.su> writes:

-        dafault action        display all databases\n\
+        default action        display all databases\n\

Fixed. Thanks.

regards, tom lane