diff options
author | Brad King <brad.king@kitware.com> | 2013-11-04 16:03:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-11-04 16:06:14 (GMT) |
commit | d1e8a0240b6218628af0992c8cc3e89d7609a311 (patch) | |
tree | 5dfd3bce384be43b0b0fe2ed8a7c730e0baf20d5 /Help/manual/ctest.1.rst | |
parent | f4253d7bf644ce93eb1fb909432317d47423a788 (diff) | |
download | CMake-d1e8a0240b6218628af0992c8cc3e89d7609a311.zip CMake-d1e8a0240b6218628af0992c8cc3e89d7609a311.tar.gz CMake-d1e8a0240b6218628af0992c8cc3e89d7609a311.tar.bz2 |
Help: Refine manual/*.1.rst usage summaries
Use a parsed-literal block to list possible command-line signatures.
Add an "Options" section header before the list of options.
Diffstat (limited to 'Help/manual/ctest.1.rst')
-rw-r--r-- | Help/manual/ctest.1.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 4a5f12e..ed9195e 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -6,9 +6,9 @@ ctest(1) Synopsis ======== -:: +.. parsed-literal:: - ctest [options] + ctest [<options>] Description =========== @@ -18,6 +18,8 @@ CMake-generated build trees created for projects that use the ENABLE_TESTING and ADD_TEST commands have testing support. This program will run the tests and report results. +Options +======= * ``-C <cfg>, --build-config <cfg>``: Choose configuration to test. |