diff --git a/docs/source/InputsTimeStepping.rst b/docs/source/InputsTimeStepping.rst
index b201e05ff3cb55a99e0d12200c5b124d6c98bfda..ea1c06c0aedd84b44f52f2105f1d2cff5b4503cf 100644
--- a/docs/source/InputsTimeStepping.rst
+++ b/docs/source/InputsTimeStepping.rst
@@ -24,11 +24,13 @@ The following inputs must be preceded by "mfix."
 +======================+=======================================================================+=============+==============+
 | fixed_dt             | Should we use a fixed timestep?                                       |    Int      |   0          |
 +----------------------+-----------------------------------------------------------------------+-------------+--------------+
+| cfl                  | CFL constraint (dt < cfl * dx / u) if fixed_dt not 1                  |    Real     |   0.5        |
++----------------------+-----------------------------------------------------------------------+-------------+--------------+
 | dt_min               | Abort if dt gets smaller than this value                              |    Real     |  1.e-6       |
 +----------------------+-----------------------------------------------------------------------+-------------+--------------+
 | dt_max               | Maximum value of dt if calculating with cfl                           |    Real     |  1.e14       |
 +----------------------+-----------------------------------------------------------------------+-------------+--------------+
-| cfl                  | CFL constraint (dt < cfl * dx / u) if fixed_dt not 1                  |    Real     |   0.5        |
+| tcoll_ratio          | DEM timestep equals the min collision time divided by this value      |    Real     |   50.0       |
 +----------------------+-----------------------------------------------------------------------+-------------+--------------+
 
 The following inputs must be preceded by "mfix" and are only relevant if running a problem to steady state.