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)
10161016static void
10171017do_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