Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 53c1f64

Browse files
committed
Seems the usage message for oid2name calls it pg_oid2name. Fixed.
1 parent 58c69ea commit 53c1f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/oid2name/oid2name.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ get_opts(int argc, char **argv, struct options * my_opts)
158158
case '?':
159159
case 'h':
160160
fprintf(stderr, "\
161-
Usage: pg_oid2name [-d database [-x] ] [-t table | -o oid]\n\
161+
Usage: oid2name [-d database [-x] ] [-t table | -o oid]\n\
162162
default action display all databases\n\
163163
-d database database to oid2name\n\
164164
-x display system tables\n\

0 commit comments

Comments
 (0)