Skip to content

Commit 036ecf7

Browse files
committed
> pg_ctl --help
> ---skiped--- > -P user name of account to register PostgreSQL server > -U password of account to register PostgreSQL server > ---skiped--- > > I think that isn't right ;) Claudio Natoli
1 parent 473165a commit 036ecf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bin/pg_ctl/pg_ctl.c

Lines changed: 3 additions & 3 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.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 $
88
*
99
*-------------------------------------------------------------------------
1010
*/
@@ -1034,8 +1034,8 @@ do_help(void)
10341034
printf(_(" -s, --silent only print errors, no informational messages\n"));
10351035
#ifdef WIN32
10361036
printf(_(" -N service name with which to register PostgreSQL server\n"));
1037-
printf(_(" -P user name of account to register PostgreSQL server\n"));
1038-
printf(_(" -U password of account to register PostgreSQL server\n"));
1037+
printf(_(" -P password of account to register PostgreSQL server\n"));
1038+
printf(_(" -U user name of account to register PostgreSQL server\n"));
10391039
#endif
10401040
printf(_(" -w wait until operation completes\n"));
10411041
printf(_(" -W do not wait until operation completes\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