Commit 32b02332 authored by Peter Eisentraut's avatar Peter Eisentraut

Use the same style in the help synopsis that other programs are using.

parent b2f47aa3
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* *
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* *
* $PostgreSQL: pgsql/src/bin/pg_config/pg_config.c,v 1.30 2009/01/01 17:23:54 momjian Exp $ * $PostgreSQL: pgsql/src/bin/pg_config/pg_config.c,v 1.31 2009/02/25 13:35:18 petere Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -410,7 +410,7 @@ help(void) ...@@ -410,7 +410,7 @@ help(void)
{ {
printf(_("\n%s provides information about the installed version of PostgreSQL.\n\n"), progname); printf(_("\n%s provides information about the installed version of PostgreSQL.\n\n"), progname);
printf(_("Usage:\n")); printf(_("Usage:\n"));
printf(_(" %s [ OPTION ... ]\n\n"), progname); printf(_(" %s [OPTION]...\n\n"), progname);
printf(_("Options:\n")); printf(_("Options:\n"));
printf(_(" --bindir show location of user executables\n")); printf(_(" --bindir show location of user executables\n"));
printf(_(" --docdir show location of documentation files\n")); printf(_(" --docdir show location of documentation files\n"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment