diff --git a/Documentation.html b/Documentation.html
index 13471c6cb..60223df45 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -542,6 +542,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
means only these databases will be displayed but
not at all other databases can't be used.
+ An example of using more that one database:
+ $cfg['Servers'][$i]['only_db'] = array('db1', 'db2');