|
4 | 4 | *
|
5 | 5 | * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
6 | 6 | *
|
7 |
| - * $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.21 2004/07/12 19:18:18 momjian Exp $ |
| 7 | + * $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.22 2004/07/15 15:23:32 momjian Exp $ |
8 | 8 | *
|
9 | 9 | *-------------------------------------------------------------------------
|
10 | 10 | */
|
@@ -1034,8 +1034,8 @@ do_help(void)
|
1034 | 1034 | printf(_(" -s, --silent only print errors, no informational messages\n"));
|
1035 | 1035 | #ifdefWIN32
|
1036 | 1036 | printf(_(" -N service name with which to register PostgreSQL server\n"));
|
1037 |
| -printf(_(" -Puser name of account to register PostgreSQL server\n")); |
1038 |
| -printf(_(" -Upassword of account to register PostgreSQL server\n")); |
| 1037 | +printf(_(" -Ppassword of account to register PostgreSQL server\n")); |
| 1038 | +printf(_(" -Uuser name of account to register PostgreSQL server\n")); |
1039 | 1039 | #endif
|
1040 | 1040 | printf(_(" -w wait until operation completes\n"));
|
1041 | 1041 | printf(_(" -W do not wait until operation completes\n"));
|
|