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

Commit32b0233

Browse files
committed
Use the same style in the help synopsis that other programs are using.
1 parentb2f47aa commit32b0233

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/pg_config/pg_config.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
1919
*
20-
* $PostgreSQL: pgsql/src/bin/pg_config/pg_config.c,v 1.30 2009/01/01 17:23:54 momjian Exp $
20+
* $PostgreSQL: pgsql/src/bin/pg_config/pg_config.c,v 1.31 2009/02/25 13:35:18 petere Exp $
2121
*
2222
*-------------------------------------------------------------------------
2323
*/
@@ -410,7 +410,7 @@ help(void)
410410
{
411411
printf(_("\n%s provides information about the installed version of PostgreSQL.\n\n"),progname);
412412
printf(_("Usage:\n"));
413-
printf(_(" %s [OPTION... ]\n\n"),progname);
413+
printf(_(" %s [OPTION]...\n\n"),progname);
414414
printf(_("Options:\n"));
415415
printf(_(" --bindir show location of user executables\n"));
416416
printf(_(" --docdir show location of documentation files\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp