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

Commite4c26b0

Browse files
committed
Make help synopsis consistent
1 parentc938a4e commite4c26b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/pg_dump/pg_dumpall.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1994, Regents of the University of California
77
*
88
*
9-
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.96 2007/11/07 13:11:05 petere Exp $
9+
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.97 2007/11/15 19:35:26 petere Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -508,7 +508,7 @@ help(void)
508508

509509
printf(_("\nConnection options:\n"));
510510
printf(_(" -h, --host=HOSTNAME database server host or socket directory\n"));
511-
printf(_(" -l, --database=dbname specify an alternative default database\n"));
511+
printf(_(" -l, --database=DBNAME specify an alternative default database\n"));
512512
printf(_(" -p, --port=PORT database server port number\n"));
513513
printf(_(" -U, --username=NAME connect as specified database user\n"));
514514
printf(_(" -W, --password force password prompt (should happen automatically)\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp