Re: [PATCHES] small typo in create user --help

2004-12-13 Thread Peter Eisentraut
Am Dienstag, 14. Dezember 2004 02:43 schrieb Robert Treat:
 I guess this has to be saved for 8.1... shame.

Fixed.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/

---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


[PATCHES] small typo in create user --help

2004-12-13 Thread Robert Treat
I guess this has to be saved for 8.1... shame. 

-- 
Robert Treat
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL
Index: createuser.c
===
RCS file: /projects/cvsroot/pgsql/src/bin/scripts/createuser.c,v
retrieving revision 1.14
diff -c -r1.14 createuser.c
*** createuser.c	29 Aug 2004 04:13:03 -	1.14
--- createuser.c	14 Dec 2004 01:45:10 -
***
*** 246,252 
  	printf(_(  -D, --no-createdb user cannot create databases\n));
  	printf(_(  -P, --pwpromptassign a password to new user\n));
  	printf(_(  -E, --encrypted   encrypt stored password\n));
! 	printf(_(  -N, --unencrypted do no encrypt stored password\n));
  	printf(_(  -i, --sysid=SYSID select sysid for new user\n));
  	printf(_(  -e, --echoshow the commands being sent to the server\n));
  	printf(_(  -q, --quiet   don't write any messages\n));
--- 246,252 
  	printf(_(  -D, --no-createdb user cannot create databases\n));
  	printf(_(  -P, --pwpromptassign a password to new user\n));
  	printf(_(  -E, --encrypted   encrypt stored password\n));
! 	printf(_(  -N, --unencrypted do not encrypt stored password\n));
  	printf(_(  -i, --sysid=SYSID select sysid for new user\n));
  	printf(_(  -e, --echoshow the commands being sent to the server\n));
  	printf(_(  -q, --quiet   don't write any messages\n));

---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faqs/FAQ.html