Merge topic 'trace-format-json-doc'

1994f950ff cmake: List valid values for --trace-format on the command line
e39766d84a Help: Fix documentation of --trace-format parameter

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4500
This commit is contained in:
Brad King
2020-03-19 10:57:44 +00:00
committed by Kitware Robot
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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.