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

Commit 06f0820

Browse files
committed
Fix typo in usage message, per Oleg.
1 parent 38c971f commit 06f0820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/oid2name/oid2name.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ get_opts(int argc, char **argv, struct options * my_opts)
152152
case 'h':
153153
fprintf(stderr, "\n\
154154
Usage: pg_oid2name [-d database [-x] ] [-t table | -o oid] \n\
155-
dafault action display all databases\n\
155+
default action display all databases\n\
156156
-d database database to oid2name\n\
157157
-x display system tables\n\
158158
-t table | -o oid search for table name (-t) or\n\

0 commit comments

Comments
 (0)