diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2009-02-25 13:35:18 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2009-02-25 13:35:18 +0000 |
commit | 32b02332e1bb230163499fedb17a3cbdbc03601b (patch) | |
tree | b563874d5668c9e12022e607d915f4f3e9739b9e /src | |
parent | b2f47aa3258eaa0d5664a5a841707c03a89bcda5 (diff) | |
download | postgresql-32b02332e1bb230163499fedb17a3cbdbc03601b.tar.gz postgresql-32b02332e1bb230163499fedb17a3cbdbc03601b.zip |
Use the same style in the help synopsis that other programs are using.
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_config/pg_config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_config/pg_config.c b/src/bin/pg_config/pg_config.c index 45afa2bbeb0..e97207e8d4e 100644 --- a/src/bin/pg_config/pg_config.c +++ b/src/bin/pg_config/pg_config.c @@ -17,7 +17,7 @@ * * 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) { printf(_("\n%s provides information about the installed version of PostgreSQL.\n\n"), progname); printf(_("Usage:\n")); - printf(_(" %s [ OPTION ... ]\n\n"), progname); + printf(_(" %s [OPTION]...\n\n"), progname); printf(_("Options:\n")); printf(_(" --bindir show location of user executables\n")); printf(_(" --docdir show location of documentation files\n")); |