|
5 | 5 | * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
|
6 | 6 | * Portions Copyright (c) 1994, Regents of the University of California
|
7 | 7 | *
|
8 |
| - * $PostgreSQL: pgsql/src/bin/scripts/createuser.c,v 1.14 2004/08/29 04:13:03 momjian Exp $ |
| 8 | + * $PostgreSQL: pgsql/src/bin/scripts/createuser.c,v 1.15 2004/12/14 11:11:20 petere Exp $ |
9 | 9 | *
|
10 | 10 | *-------------------------------------------------------------------------
|
11 | 11 | */
|
@@ -246,7 +246,7 @@ help(const char *progname)
|
246 | 246 | printf(_(" -D, --no-createdb user cannot create databases\n"));
|
247 | 247 | printf(_(" -P, --pwprompt assign a password to new user\n"));
|
248 | 248 | printf(_(" -E, --encrypted encrypt stored password\n"));
|
249 |
| -printf(_(" -N, --unencrypted dono encrypt stored password\n")); |
| 249 | +printf(_(" -N, --unencrypted donot encrypt stored password\n")); |
250 | 250 | printf(_(" -i, --sysid=SYSID select sysid for new user\n"));
|
251 | 251 | printf(_(" -e, --echo show the commands being sent to the server\n"));
|
252 | 252 | printf(_(" -q, --quiet don't write any messages\n"));
|
|