projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38c971f
)
Fix typo in usage message, per Oleg.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 25 Jan 2002 15:40:13 +0000
(15:40 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 25 Jan 2002 15:40:13 +0000
(15:40 +0000)
contrib/oid2name/oid2name.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/oid2name/oid2name.c
b/contrib/oid2name/oid2name.c
index dfd261240ac1d55b1dbcc8bfb4d1dee51343c7b3..ccf3fceb2b601c00eaac5a074db7428bda310e2e 100644
(file)
--- a/
contrib/oid2name/oid2name.c
+++ b/
contrib/oid2name/oid2name.c
@@
-152,7
+152,7
@@
get_opts(int argc, char **argv, struct options * my_opts)
case 'h':
fprintf(stderr, "\n\
Usage: pg_oid2name [-d database [-x] ] [-t table | -o oid] \n\
- d
a
fault action display all databases\n\
+ d
e
fault 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\