1717 *
1818 * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
1919 *
20- * $PostgreSQL: pgsql/src/bin/pg_config/pg_config.c,v 1.6 2004/08/29 05:06:52 momjian Exp $
20+ * $PostgreSQL: pgsql/src/bin/pg_config/pg_config.c,v 1.7 2004/10/06 17:21:45 momjian Exp $
2121 *
2222 *-------------------------------------------------------------------------
2323 */
@@ -38,14 +38,14 @@ help()
3838printf (_ (" %s OPTION...\n\n" ),progname );
3939printf (_ ("Options:\n" ));
4040printf (_ (" --bindir show location of user executables\n" ));
41- printf (_ (" --includedir show location of C header files of the client\n" ));
42- printf ( _ ( " interfaces\n" ));
41+ printf (_ (" --includedir show location of C header files of the client\n"
42+ " interfaces\n" ));
4343printf (_ (" --includedir-server show location of C header files for the server\n" ));
4444printf (_ (" --libdir show location of object code libraries\n" ));
4545printf (_ (" --pkglibdir show location of dynamically loadable modules\n" ));
4646printf (_ (" --pgxs show location of extension makefile\n" ));
47- printf (_ (" --configure show options given to 'configure' script when\n" ));
48- printf ( _ ( " PostgreSQL was built\n" ));
47+ printf (_ (" --configure show options given to 'configure' script when\n"
48+ " PostgreSQL was built\n" ));
4949printf (_ (" --version show the PostgreSQL version, then exit\n" ));
5050printf (_ (" --help show this help, then exit\n\n" ));
5151printf (_ ("Report bugs to <pgsql-bugs@postgresql.org>.\n" ));