|
5 | 5 | * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
6 | 6 | * Portions Copyright (c) 1994, Regents of the University of California
|
7 | 7 | *
|
8 |
| - * $Header: /cvsroot/pgsql/src/bin/scripts/dropuser.c,v 1.3 2003/05/27 19:36:55 petere Exp $ |
| 8 | + * $Header: /cvsroot/pgsql/src/bin/scripts/dropuser.c,v 1.4 2003/06/11 05:13:12 momjian Exp $ |
9 | 9 | *
|
10 | 10 | *-------------------------------------------------------------------------
|
11 | 11 | */
|
@@ -143,10 +143,10 @@ help(const char *progname)
|
143 | 143 | printf(_("Usage:\n"));
|
144 | 144 | printf(_(" %s [OPTION]... [USERNAME]\n"), progname);
|
145 | 145 | printf(_("\nOptions:\n"));
|
146 |
| - printf(_(" -e, --echo show the commands being sent to the server\n")); |
| 146 | + printf(_(" -e, --echo show the commands being sent to the server\n")); |
147 | 147 | printf(_(" -i, --interactive prompt before deleting anything\n"));
|
148 |
| - printf(_(" -q, --quiet don't write any messages\n")); |
149 |
| - printf(_(" -h, --host=HOSTNAME database server host\n")); |
| 148 | + printf(_(" -q, --quiet don't write any messages\n")); |
| 149 | + printf(_(" -h, --host=HOSTNAME database server host or socket directory\n")); |
150 | 150 | printf(_(" -p, --port=PORT database server port\n"));
|
151 | 151 | printf(_(" -U, --username=USERNAME user name to connect as (not the one to drop)\n"));
|
152 | 152 | printf(_(" -W, --password prompt for password to connect\n"));
|
|
0 commit comments