1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-07 12:02:30 +03:00

Improve formatting of --help output.

This commit is contained in:
Peter Eisentraut
2002-10-18 22:05:36 +00:00
parent 0d17ce92ac
commit 4cff161703
23 changed files with 324 additions and 271 deletions

View File

@@ -6,7 +6,7 @@
* copyright (c) Oliver Elphick <olly@lfix.co.uk>, 2001;
* licence: BSD
*
* $Header: /cvsroot/pgsql/src/bin/pg_controldata/pg_controldata.c,v 1.6 2002/09/04 20:31:34 momjian Exp $
* $Header: /cvsroot/pgsql/src/bin/pg_controldata/pg_controldata.c,v 1.7 2002/10/18 22:05:35 petere Exp $
*/
#include "postgres.h"
@@ -25,7 +25,7 @@
static void
usage(const char *progname)
{
printf(_("%s displays PostgreSQL database cluster control information.\n"), progname);
printf(_("%s displays PostgreSQL database cluster control information.\n\n"), progname);
printf(_("Usage:\n %s [DATADIR]\n\n"), progname);
printf(_("If not data directory is specified, the environment variable PGDATA\nis used.\n\n"));
printf(_("Report bugs to <pgsql-bugs@postgresql.org>.\n"));