summaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/pg_restore.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-12-03 18:48:19 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-12-03 18:48:19 +0000
commit2ee3a720a4f66606eac346ce085eafbc0eaccab8 (patch)
tree3809beb5eb3f4a55a824dc21021ffae2a5d9b890 /src/bin/pg_dump/pg_restore.c
parent2254d4ef1b13879ecc15ea82bc2a84a75e4d3d05 (diff)
downloadpostgresql-2ee3a720a4f66606eac346ce085eafbc0eaccab8.tar.gz
Adjust help message for --no-owner, per Alvaro Herrera.
Diffstat (limited to 'src/bin/pg_dump/pg_restore.c')
-rw-r--r--src/bin/pg_dump/pg_restore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_dump/pg_restore.c b/src/bin/pg_dump/pg_restore.c
index 092b885250..d74d1b344e 100644
--- a/src/bin/pg_dump/pg_restore.c
+++ b/src/bin/pg_dump/pg_restore.c
@@ -34,7 +34,7 @@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.67 2004/11/27 18:51:06 tgl Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.68 2004/12/03 18:48:19 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -376,7 +376,7 @@ usage(const char *progname)
printf(_(" -I, --index=NAME restore named index\n"));
printf(_(" -L, --use-list=FILENAME use specified table of contents for ordering\n"
" output from this file\n"));
- printf(_(" -O, --no-owner do not issue commands to set object ownership\n"));
+ printf(_(" -O, --no-owner skip restoration of object ownership\n"));
printf(_(" -P, --function=NAME(args)\n"
" restore named function\n"));
printf(_(" -s, --schema-only restore only the schema, no data\n"));