|
3 | 3 | *
|
4 | 4 | * Copyright 2000 by PostgreSQL Global Development Group
|
5 | 5 | *
|
6 |
| - * $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.32 2000/05/12 16:28:31 momjian Exp $ |
| 6 | + * $Header: /cvsroot/pgsql/src/bin/psql/startup.c,v 1.33 2000/05/14 18:05:05 petere Exp $ |
7 | 7 | */
|
8 | 8 | #include"postgres.h"
|
9 | 9 |
|
@@ -314,7 +314,7 @@ parse_psql_options(int argc, char *argv[], struct adhoc_opts * options)
|
314 | 314 | {"host",required_argument,NULL,'h'},
|
315 | 315 | {"html",no_argument,NULL,'H'},
|
316 | 316 | {"list",no_argument,NULL,'l'},
|
317 |
| -{"noreadline",no_argument,NULL,'n'}, |
| 317 | +{"no-readline",no_argument,NULL,'n'}, |
318 | 318 | {"output",required_argument,NULL,'o'},
|
319 | 319 | {"port",required_argument,NULL,'p'},
|
320 | 320 | {"pset",required_argument,NULL,'P'},
|
|