瀏覽代碼

Help: Fix documentation of --trace-format parameter

Kyle Edwards 5 年之前
父節點
當前提交
e39766d84a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Help/manual/cmake.1.rst

+ 1 - 1
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.