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

Commit15b1b4d

Browse files
committed
pg_restore: Improve --help synopsis
The --help synopsis should only be one line. This rephrases the firstline a bit to reflect the new functionality of restoring multipledatabases from pg_dumpall output. Additional explanations are betterkept in the man page.
1 parentdadc58f commit15b1b4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/bin/pg_dump/pg_restore.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,8 +653,7 @@ restore_one_database(const char *inputFileSpec, RestoreOptions *opts,
653653
staticvoid
654654
usage(constchar*progname)
655655
{
656-
printf(_("%s restores a PostgreSQL database from an archive created by pg_dump or pg_dumpall.\n"
657-
"If the archive is created by pg_dumpall, then restores multiple databases also.\n\n"),progname);
656+
printf(_("%s restores PostgreSQL databases from archives created by pg_dump or pg_dumpall.\n\n"),progname);
658657
printf(_("Usage:\n"));
659658
printf(_(" %s [OPTION]... [FILE]\n"),progname);
660659

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp