diff options
| author | Marc G. Fournier | 1997-12-02 03:43:54 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1997-12-02 03:43:54 +0000 |
| commit | 899326a78b2c90f7735f1895dd8ded91f367141b (patch) | |
| tree | ed0bef5168b92c841e9d2ee098c6208ed560952e /src/man | |
| parent | 3253f9e222da2a31ff118868ab4830bc72f1a33c (diff) | |
the -l option doesn't take a port option, so the man page shouldn't say it
does
Diffstat (limited to 'src/man')
| -rw-r--r-- | src/man/psql.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/psql.1 b/src/man/psql.1 index 8569f5da04..f09f607ffd 100644 --- a/src/man/psql.1 +++ b/src/man/psql.1 @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.18 1997/11/16 04:36:52 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.19 1997/12/02 03:43:54 scrappy Exp $ .TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL .SH NAME psql \(em run the interactive query front-end @@ -37,7 +37,7 @@ hostname] ] [\c .BR "-l" -port] +] [\c .BR "-n" ] |
