summaryrefslogtreecommitdiff
path: root/Help/manual
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2020-03-18 16:02:04 -0400
committerKyle Edwards <kyle.edwards@kitware.com>2020-03-18 16:02:04 -0400
commite39766d84a5eef0d9590e6a5980e9cc0c43e1900 (patch)
treedbf25e0c4117b14d340e6057821b3e02d6d6314b /Help/manual
parent9abc99e90538d90634a14dd5349b3363f63d39c3 (diff)
downloadcmake-e39766d84a5eef0d9590e6a5980e9cc0c43e1900.tar.gz
Help: Fix documentation of --trace-format parameter
Diffstat (limited to 'Help/manual')
-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 44b1f2f8a1..28a081f969 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.