Skip to content

Commit d8b18ca

Browse files
committed
Fix the name of the password environment variable.
Fixes #952.
1 parent 08de8ce commit d8b18ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ namespace
119119
\n\
120120
Database options:\n\
121121
-d|--database The name of the PostgreSQL database to connect to.\n\
122-
-U|--username PostgreSQL user name (specify passsword in PGPASS\n\
122+
-U|--username PostgreSQL user name (specify passsword in PGPASSWORD\n\
123123
environment variable or use -W).\n\
124124
-W|--password Force password prompt.\n\
125125
-H|--host Database server host name or socket location.\n\

0 commit comments

Comments
 (0)