diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2020-03-18 20:02:04 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2020-03-18 20:02:04 (GMT) |
commit | e39766d84a5eef0d9590e6a5980e9cc0c43e1900 (patch) | |
tree | dbf25e0c4117b14d340e6057821b3e02d6d6314b /Help | |
parent | 9abc99e90538d90634a14dd5349b3363f63d39c3 (diff) | |
download | CMake-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.rst | 2 |
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. |