diff --git a/bob/pad/base/tools/command_line.py b/bob/pad/base/tools/command_line.py
index ebdb2b4923867ada9af6d5751732db23c3a3855f..7028da9bdc0d9520d95931776c6e800776b378c6 100644
--- a/bob/pad/base/tools/command_line.py
+++ b/bob/pad/base/tools/command_line.py
@@ -107,7 +107,7 @@ def command_line_parser(description=__doc__, exclude_resources_from=[]):
     # directories differ between idiap and extern
     temp = "/idiap/temp/%s/database-name/sub-directory" % os.environ["USER"] if is_idiap() else "temp"
     results = "/idiap/user/%s/database-name/sub-directory" % os.environ["USER"] if is_idiap() else "results"
-    database_replacement = "%s/.bob_spoof_databases.txt" % os.environ["HOME"]
+    database_replacement = "%s/.bob_bio_databases.txt" % os.environ["HOME"]
 
     dir_group = parser.add_argument_group('\nDirectories that can be changed according to your requirements')
     dir_group.add_argument('-T', '--temp-directory', metavar='DIR',
diff --git a/doc/installation.rst b/doc/installation.rst
index cd612ea9107e741fa39f490e5def0523ec930ced..a08824fe42cd43126bf14be1985e45c569f55042 100644
--- a/doc/installation.rst
+++ b/doc/installation.rst
@@ -53,7 +53,7 @@ For a list of supported databases including their download URLs, please refer to
 
 After downloading the original data for the databases, you will need to tell ``bob.pad``, where these databases can be found.
 For this purpose, we have decided to implement a special file, where you can set your directories.
-By default, this file is located in ``~/.bob_spoof_databases.txt``, and it contains several lines, each line looking somewhat like:
+Similar to ``bob.bio.base``, by default, this file is located in ``~/.bob_bio_databases.txt``, and it contains several lines, each line looking somewhat like:
 
 .. code-block:: text