summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2020-03-18 20:02:04 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2020-03-18 20:02:04 (GMT)
commite39766d84a5eef0d9590e6a5980e9cc0c43e1900 (patch)
treedbf25e0c4117b14d340e6057821b3e02d6d6314b /Help
parent9abc99e90538d90634a14dd5349b3363f63d39c3 (diff)
downloadCMake-e39766d84a5eef0d9590e6a5980e9cc0c43e1900.zip
CMake-e39766d84a5eef0d9590e6a5980e9cc0c43e1900.tar.gz
CMake-e39766d84a5eef0d9590e6a5980e9cc0c43e1900.tar.bz2
Help: Fix documentation of --trace-format parameter
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake.1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index 44b1f2f..28a081f 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -266,7 +266,7 @@ Options
Prints each trace line in a human-readable format. This is the
default format.
- ``json``
+ ``json-v1``
Prints each line as a separate JSON document. Each document is
separated by a newline ( ``\n`` ). It is guaranteed that no
newline characters will be present inside a JSON document.