Index: src/bin/pg_ctl/pg_ctl.c
===================================================================
RCS file: /projects/cvsroot/pgsql-server/src/bin/pg_ctl/pg_ctl.c,v
retrieving revision 1.21
diff -c -w -r1.21 pg_ctl.c
*** src/bin/pg_ctl/pg_ctl.c	12 Jul 2004 19:18:18 -0000	1.21
--- src/bin/pg_ctl/pg_ctl.c	15 Jul 2004 08:04:47 -0000
***************
*** 1034,1041 ****
  	printf(_("  -s, --silent only print errors, no informational messages\n"));
  #ifdef WIN32
  	printf(_("  -N       service name with which to register PostgreSQL server\n"));
! 	printf(_("  -P       user name of account to register PostgreSQL server\n"));
! 	printf(_("  -U       password  of account to register PostgreSQL server\n"));
  #endif
  	printf(_("  -w           wait until operation completes\n"));
  	printf(_("  -W           do not wait until operation completes\n"));
--- 1034,1041 ----
  	printf(_("  -s, --silent only print errors, no informational messages\n"));
  #ifdef WIN32
  	printf(_("  -N       service name with which to register PostgreSQL server\n"));
! 	printf(_("  -P       password of account to register PostgreSQL server\n"));
! 	printf(_("  -U       user name of account to register PostgreSQL server\n"));
  #endif
  	printf(_("  -w           wait until operation completes\n"));
  	printf(_("  -W           do not wait until operation completes\n"));
