Skip to content

Commit fbe4b75

Browse files
committed
Make pg_ctl possible to translate. Strings marked for
translation has to be complete sentences.
1 parent dcd97c0 commit fbe4b75

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/bin/pg_ctl/pg_ctl.c

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
66
*
7-
* $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.17 2004/06/24 18:23:26 tgl Exp $
7+
* $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.18 2004/06/25 08:49:28 dennis Exp $
88
*
99
*-------------------------------------------------------------------------
1010
*/
@@ -1016,8 +1016,8 @@ do_advice(void)
10161016
static void
10171017
do_help(void)
10181018
{
1019-
printf(_("%s is a utility to start, stop, restart, reload configuration files,\n"), progname);
1020-
printf(_("report the status of a PostgreSQL server, or kill a PostgreSQL process\n\n"));
1019+
printf(_("%s is a utility to start, stop, restart, reload configuration files,\n"
1020+
"report the status of a PostgreSQL server, or kill a PostgreSQL process\n\n"), progname);
10211021
printf(_("Usage:\n"));
10221022
printf(_(" %s start [-w] [-D DATADIR] [-s] [-l FILENAME] [-o \"OPTIONS\"]\n"), progname);
10231023
printf(_(" %s stop [-W] [-D DATADIR] [-s] [-m SHUTDOWN-MODE]\n"), progname);
@@ -1044,10 +1044,10 @@ do_help(void)
10441044
printf(_("(The default is to wait for shutdown, but not for start or restart.)\n\n"));
10451045
printf(_("If the -D option is omitted, the environment variable PGDATA is used.\n\n"));
10461046
printf(_("Options for start or restart:\n"));
1047-
printf(_(" -l, --log FILENAME write (or append) server log to FILENAME. The\n"));
1048-
printf(_(" use of this option is highly recommended.\n"));
1049-
printf(_(" -o OPTIONS command line options to pass to the postmaster\n"));
1050-
printf(_(" (PostgreSQL server executable)\n"));
1047+
printf(_(" -l, --log FILENAME write (or append) server log to FILENAME. The\n"
1048+
" use of this option is highly recommended.\n"));
1049+
printf(_(" -o OPTIONS command line options to pass to the postmaster\n"
1050+
" (PostgreSQL server executable)\n"));
10511051
printf(_(" -p PATH-TO-POSTMASTER normally not necessary\n\n"));
10521052
printf(_("Options for stop or restart:\n"));
10531053
printf(_(" -m SHUTDOWN-MODE may be 'smart', 'fast', or 'immediate'\n\n"));

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy