Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d64aa21

Browse files
committed
That psql option should be --no-readline (as it used to be), not --noreadline.
1 parent f87772b commit d64aa21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/startup.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright 2000 by PostgreSQL Global Development Group
55
*
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 $
77
*/
88
#include "postgres.h"
99

@@ -314,7 +314,7 @@ parse_psql_options(int argc, char *argv[], struct adhoc_opts * options)
314314
{"host", required_argument, NULL, 'h'},
315315
{"html", no_argument, NULL, 'H'},
316316
{"list", no_argument, NULL, 'l'},
317-
{"noreadline", no_argument, NULL, 'n'},
317+
{"no-readline", no_argument, NULL, 'n'},
318318
{"output", required_argument, NULL, 'o'},
319319
{"port", required_argument, NULL, 'p'},
320320
{"pset", required_argument, NULL, 'P'},

0 commit comments

Comments
 (0)