diff --git a/SimulationRuntime/c/util/simulation_options.c b/SimulationRuntime/c/util/simulation_options.c index 9630c30116..4a65ac364e 100644 --- a/SimulationRuntime/c/util/simulation_options.c +++ b/SimulationRuntime/c/util/simulation_options.c @@ -499,7 +499,7 @@ const char *FLAG_DETAILED_DESC[FLAG_MAX+1] = { " Value specifies the scaling factor for real-time synchronization (0 disables).\n" " A value > 1 means the simulation takes a longer time to simulate.\n", /* FLAG_S */ - " Value specifies the integration method.", + " Value specifies the integration method. For additional information see the :ref:`User's Guide `", /* FLAG_SINGLE */ " Output results in single precision (mat-format only).", /* FLAG_SOLVER_STEPS */