diff options
author | Joachim Wuttke (l) <j.wuttke@fz-juelich.de> | 2018-11-15 09:49:42 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2018-11-27 10:13:32 (GMT) |
commit | 8b3a537c29974da62f4a46f4631bbec1550a2a23 (patch) | |
tree | 867dafce75b67f5a798b6260cae09d194cb023bc /Help/variable/CMAKE_ARGV0.rst | |
parent | f9c3f7b16479f84cde3b0249f83e53a32960dff3 (diff) | |
download | CMake-8b3a537c29974da62f4a46f4631bbec1550a2a23.zip CMake-8b3a537c29974da62f4a46f4631bbec1550a2a23.tar.gz CMake-8b3a537c29974da62f4a46f4631bbec1550a2a23.tar.bz2 |
Help: Improve cmake(1) manual organization
Extend the Synposis, and provide links to manual sections.
Add sections for `cmake --open` and `cmake --help-*`.
Introduce a new section for buildsystem generation to distinguish it
from the other functionality. Populate it with minimal placeholder text
for now. It will be extended later.
Co-Author: Brad King <brad.king@kitware.com>
Diffstat (limited to 'Help/variable/CMAKE_ARGV0.rst')
-rw-r--r-- | Help/variable/CMAKE_ARGV0.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/variable/CMAKE_ARGV0.rst b/Help/variable/CMAKE_ARGV0.rst index 8b1ecb7..c4d1c21 100644 --- a/Help/variable/CMAKE_ARGV0.rst +++ b/Help/variable/CMAKE_ARGV0.rst @@ -3,7 +3,7 @@ CMAKE_ARGV0 Command line argument passed to CMake in script mode. -When run in :ref:`-P <CMake Options>` script mode, CMake sets this variable to -the first command line argument. It then also sets ``CMAKE_ARGV1``, +When run in :ref:`-P <Script Processing Mode>` script mode, CMake sets this +variable to the first command line argument. It then also sets ``CMAKE_ARGV1``, ``CMAKE_ARGV2``, ... and so on, up to the number of command line arguments given. See also :variable:`CMAKE_ARGC`. |