summaryrefslogtreecommitdiffstats
path: root/Help/manual/OPTIONS_HELP.txt
Commit message (Collapse)AuthorAgeFilesLines
* Help: Split `ctest` options into groups like `cmake` man page hasAlex Turbov2022-08-141-8/+6
| | | | Co-Authored-By: Craig Scott <craig.scott@crascit.com>
* Help: Short options first, then long, then Windows styleAlex Turbov2022-08-141-2/+2
|
* Help: `<f>` → `<file>` for `--help*` option descriptionsAlex Turbov2022-08-141-20/+20
|
* Help: Use `option` directive for the executables manual pagesAlex Turbov2022-08-041-20/+40
| | | | | | | It'll allow to refer to a particular option of any executable. There are two "fake" programs added for the CMake script mode (`cmake_P`) and CMake CLI Tool mode (`cmake_E`).
* Restore --help-full option to output all help manualsBrad King2014-04-251-0/+6
| | | | | | This option was removed during conversion to the reStructuredText documentation. Restore it. Process documentation starting at Help/index.rst so that all manuals are included in the output.
* Help: Format manual/*.1.rst options as definition listsKitware Robot2013-11-141-72/+91
| | | | | Convert the command-line option documentation formatting from bullet lists to definition lists.
* Make --help-* options available from all command-line toolsBrad King2013-10-161-0/+111
Make the standard --help-* options available from all command-line tools. Drop options that are no longer supported: --copyright, --help-full, --help-html, --help-man, --help-compatcommands, --help-custom-modules De-duplicate Help/manual/*.1.rst help options by using an OPTIONS_HELP.txt file included from each manual.