diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-08-09 20:17:38 (GMT) |
---|---|---|
committer | Alex Turbov <i.zaufi@gmail.com> | 2022-08-14 05:58:41 (GMT) |
commit | 146e4e6bad0f8984ccdc94eec0229198e1063efe (patch) | |
tree | 0285d47d154ecfd14c02255ce9ab088d54e41ddd /Help/manual/OPTIONS_HELP.txt | |
parent | 4c1008d739ebbe677a877256f0e3f1e37fe9ffee (diff) | |
download | CMake-146e4e6bad0f8984ccdc94eec0229198e1063efe.zip CMake-146e4e6bad0f8984ccdc94eec0229198e1063efe.tar.gz CMake-146e4e6bad0f8984ccdc94eec0229198e1063efe.tar.bz2 |
Help: Split `ctest` options into groups like `cmake` man page has
Co-Authored-By: Craig Scott <craig.scott@crascit.com>
Diffstat (limited to 'Help/manual/OPTIONS_HELP.txt')
-rw-r--r-- | Help/manual/OPTIONS_HELP.txt | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/Help/manual/OPTIONS_HELP.txt b/Help/manual/OPTIONS_HELP.txt index 0e51a7f..78ee245 100644 --- a/Help/manual/OPTIONS_HELP.txt +++ b/Help/manual/OPTIONS_HELP.txt @@ -1,4 +1,9 @@ -.. |file| replace:: The help is printed to a named ``<file>`` if given. +.. |file| replace:: The output is printed to a named ``<file>`` if given. + +.. option:: -version [<file>], --version [<file>], /V [<file>] + + Show program name/version banner and exit. + |file| .. option:: -h, -H, --help, -help, -usage, /? @@ -6,13 +11,6 @@ Usage describes the basic command line interface and its options. -.. option:: -version [<file>], --version [<file>], /V [<file>] - - Show program name/version banner and exit. - - If a file is specified, the version is written into it. - |file| - .. option:: --help-full [<file>] Print all help manuals and exit. |