Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit90542f5

Browse files
committed
Clarify pg_restore --help wording.
1 parentbac78bb commit90542f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/bin/pg_dump/pg_restore.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*
3535
*
3636
* 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 $
3838
*
3939
*-------------------------------------------------------------------------
4040
*/
@@ -360,7 +360,7 @@ usage(const char *progname)
360360
printf(_(" %s [OPTION]... [FILE]\n"),progname);
361361

362362
printf(_("\nGeneral options:\n"));
363-
printf(_(" -d, --dbname=NAMEoutput database name\n"));
363+
printf(_(" -d, --dbname=NAMErestore database name\n"));
364364
printf(_(" -f, --file=FILENAME output file name\n"));
365365
printf(_(" -F, --format=c|t specify backup file format\n"));
366366
printf(_(" -i, --ignore-version proceed even when server version mismatches\n"));
@@ -369,14 +369,14 @@ usage(const char *progname)
369369
printf(_(" --help show this help, then exit\n"));
370370
printf(_(" --version output version information, then exit\n"));
371371

372-
printf(_("\nOptions controlling theoutput content:\n"));
372+
printf(_("\nOptions controlling therestore:\n"));
373373
printf(_(" -a, --data-only restore only the data, no schema\n"));
374374
printf(_(" -c, --clean clean (drop) schema prior to create\n"));
375375
printf(_(" -C, --create issue commands to create the database\n"));
376376
printf(_(" -I, --index=NAME restore named index\n"));
377377
printf(_(" -L, --use-list=FILENAME use specified table of contents for ordering\n"
378378
" output from this file\n"));
379-
printf(_(" -O, --no-owner do notoutput commands to set object ownership\n"));
379+
printf(_(" -O, --no-owner do notissue commands to set object ownership\n"));
380380
printf(_(" -P, --function=NAME(args)\n"
381381
" restore named function\n"));
382382
printf(_(" -s, --schema-only restore only the schema, no data\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp