diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-07-22 17:50:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-07-22 17:50:49 +0200 |
commit | 6b224b9b316fd3c3d7642ba7ace2dd6b2cdcf953 (patch) | |
tree | 6033ec08583a304afa40495b18e598963b73a005 /pgsql-driver.bat | |
parent | 7ce4326acc1580f5d02ef5c54656364aa50b3494 (diff) |
Cosmetic changes
Diffstat (limited to 'pgsql-driver.bat')
-rw-r--r-- | pgsql-driver.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgsql-driver.bat b/pgsql-driver.bat index 8851e69..d2affdd 100644 --- a/pgsql-driver.bat +++ b/pgsql-driver.bat @@ -15,7 +15,7 @@ setlocal set "options=%PGSQL_OPTIONS%" -rem This user must be able to login without specifying a password +rem This user must be able to login without specifying a password. rem set "options=%options% --user=odb_test" |