Skip to content

Commit 545c7d3

Browse files
authored
Merge pull request #957 from lonvia/fix-libpg-env-variable
Fix the name of the password environment variable.
2 parents 08de8ce + d8b18ca commit 545c7d3

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)