diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-08-04 06:38:46 (GMT) |
---|---|---|
committer | Alex Turbov <i.zaufi@gmail.com> | 2022-08-04 15:33:42 (GMT) |
commit | 183a49cbfe0359072e379a30295355ecfb9c70a5 (patch) | |
tree | 83596268292dc1e505114359707f54bfbe185241 /Help/variable | |
parent | 765d2768f11641f5d22d8e3203f709fc8cd284ac (diff) | |
download | CMake-183a49cbfe0359072e379a30295355ecfb9c70a5.zip CMake-183a49cbfe0359072e379a30295355ecfb9c70a5.tar.gz CMake-183a49cbfe0359072e379a30295355ecfb9c70a5.tar.bz2 |
Help: Replace mentions of ``-S`` option with :option:`-S` role
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CTEST_RUN_CURRENT_SCRIPT.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CTEST_RUN_CURRENT_SCRIPT.rst b/Help/variable/CTEST_RUN_CURRENT_SCRIPT.rst index 32c85ad..8cb6eaa 100644 --- a/Help/variable/CTEST_RUN_CURRENT_SCRIPT.rst +++ b/Help/variable/CTEST_RUN_CURRENT_SCRIPT.rst @@ -4,4 +4,4 @@ CTEST_RUN_CURRENT_SCRIPT .. versionadded:: 3.11 Setting this to 0 prevents :manual:`ctest(1)` from being run again when it -reaches the end of a script run by calling ``ctest -S``. +reaches the end of a script run by calling :option:`ctest -S`. |