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 | 7bad4a5ff442d42182815d3eb39aa1580ea939de (patch) | |
tree | 8081efc4f787aa8f4cb7dd617728139170a25d65 | |
parent | 763e02f523a65e0858e378bde81690e308ce1fe9 (diff) |
Cosmetic changes
-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" |