diff --git a/docs/source/inputs/InputsCheckpoint.rst b/docs/source/inputs/InputsCheckpoint.rst
index 8148ae2ead0e8c85f290fcdce0dc03dba0244dcb..b9ad7058762dbe41067356e2113d5f8bc4af54bc 100644
--- a/docs/source/inputs/InputsCheckpoint.rst
+++ b/docs/source/inputs/InputsCheckpoint.rst
@@ -21,6 +21,3 @@ The following inputs must be preceded by "amr" and control checkpoint/restart.
 +-------------------------+-----------------------------------------------------------------------+-------------+-----------+
 | write_geom_chk          | When True, writes the EB geometry data into a checkpoint file.        |  bool       | False     |
 +-------------------------+-----------------------------------------------------------------------+-------------+-----------+
-| use_geom_chk_if_present | When True, looks for the EB geometry checkpoint file in the           |  bool       | True      |
-|                         | current directory and uses it, overriding any EB geometry in inputs   |             |           |
-+-------------------------+-----------------------------------------------------------------------+-------------+-----------+
diff --git a/docs/source/inputs/InputsProblemDefinition.rst b/docs/source/inputs/InputsProblemDefinition.rst
index abbbf9887eb119c469bef4b67a60dd238d2910b2..258f229cfde1e83debf22010e4fd622d5eca7d48 100644
--- a/docs/source/inputs/InputsProblemDefinition.rst
+++ b/docs/source/inputs/InputsProblemDefinition.rst
@@ -102,6 +102,9 @@ The following inputs must be preceded by "mfix."
 |                        | Description                                                       |   Type   | Default             |
 +========================+===================================================================+==========+=====================+
 | geometry               | Which type of EB geometry are we using?                           |   String |                     |
+|                        |                                                                   |          |                     |
+|                        | To use geometry from EB checkpoint file in current directory      |          |                     |
+|                        | set value to "chkptfile"                                          |          |                     |
 +------------------------+-------------------------------------------------------------------+----------+---------------------+
 | geometry_filename      | The CSG file that defines the EB geometry                         |   String |                     |
 +------------------------+-------------------------------------------------------------------+----------+---------------------+