34
34
*
35
35
*
36
36
* IDENTIFICATION
37
- * $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.62 2004/10/12 21:54:44 petere Exp $
37
+ * $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.63 2004/10/13 00:42:53 momjian Exp $
38
38
*
39
39
*-------------------------------------------------------------------------
40
40
*/
@@ -360,7 +360,7 @@ usage(const char *progname)
360
360
printf (_ (" %s [OPTION]... [FILE]\n" ), progname );
361
361
362
362
printf (_ ("\nGeneral options:\n" ));
363
- printf (_ (" -d, --dbname=NAME output database name\n" ));
363
+ printf (_ (" -d, --dbname=NAME restore database name\n" ));
364
364
printf (_ (" -f, --file=FILENAME output file name\n" ));
365
365
printf (_ (" -F, --format=c|t specify backup file format\n" ));
366
366
printf (_ (" -i, --ignore-version proceed even when server version mismatches\n" ));
@@ -369,14 +369,14 @@ usage(const char *progname)
369
369
printf (_ (" --help show this help, then exit\n" ));
370
370
printf (_ (" --version output version information, then exit\n" ));
371
371
372
- printf (_ ("\nOptions controlling the output content :\n" ));
372
+ printf (_ ("\nOptions controlling the restore :\n" ));
373
373
printf (_ (" -a, --data-only restore only the data, no schema\n" ));
374
374
printf (_ (" -c, --clean clean (drop) schema prior to create\n" ));
375
375
printf (_ (" -C, --create issue commands to create the database\n" ));
376
376
printf (_ (" -I, --index=NAME restore named index\n" ));
377
377
printf (_ (" -L, --use-list=FILENAME use specified table of contents for ordering\n"
378
378
" output from this file\n" ));
379
- printf (_ (" -O, --no-owner do not output commands to set object ownership\n" ));
379
+ printf (_ (" -O, --no-owner do not issue commands to set object ownership\n" ));
380
380
printf (_ (" -P, --function=NAME(args)\n"
381
381
" restore named function\n" ));
382
382
printf (_ (" -s, --schema-only restore only the schema, no data\n" ));
0 commit comments