diff --git a/rdbms/Login.hpp b/rdbms/Login.hpp
index 0af6adc6fa6a2766793e352bd98b6e32433a4e8f..22ab4e5522d91cf7ff03b40f438c6e0ea740a514 100644
--- a/rdbms/Login.hpp
+++ b/rdbms/Login.hpp
@@ -233,7 +233,7 @@ struct Login {
    * postgresql:postgresql://user:secret@localhost/mydb
    *
    * an example configuraiton using connect info
-   * postgresql:user=user password=secret host=localhost db=mydb
+   * postgresql:user=user password=secret host=localhost dbname=mydb
    *
    * @param connectionDetails The database connection details.
    */