|
3 | 3 | * |
4 | 4 | * Copyright (c) 2000-2003, PostgreSQL Global Development Group |
5 | 5 | * |
6 | | - * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.83 2003/12/01 22:21:54 momjian Exp $ |
| 6 | + * $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.84 2003/12/01 22:34:48 momjian Exp $ |
7 | 7 | */ |
8 | 8 | #include"postgres_fe.h" |
9 | 9 | #include"common.h" |
@@ -246,10 +246,10 @@ slashUsage(unsigned short int pager) |
246 | 246 |
|
247 | 247 | fprintf(output,_("Copy, Large Object\n")); |
248 | 248 | fprintf(output,_(" \\copy ... perform SQL COPY with data stream to the client host\n")); |
249 | | -fprintf(output,_(" \\lo_export\n" |
250 | | -" \\lo_import\n" |
| 249 | +fprintf(output,_(" \\lo_export LOBOID FILE\n" |
| 250 | +" \\lo_import FILE [COMMENT]\n" |
251 | 251 | " \\lo_list\n" |
252 | | -" \\lo_unlink large object operations\n")); |
| 252 | +" \\lo_unlinkLOBOID large object operations\n")); |
253 | 253 |
|
254 | 254 | if (output!=stdout) |
255 | 255 | { |
|