diff options
-rw-r--r-- | share/man/just-graph-file.5.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/just-graph-file.5.md b/share/man/just-graph-file.5.md index 1e2c5de9..7096be46 100644 --- a/share/man/just-graph-file.5.md +++ b/share/man/just-graph-file.5.md @@ -19,9 +19,9 @@ Artifacts and their serialization There are five different kind of artifacts. The serialization of the artifact is always a JSON object with two keys: *`"type"`* and *`"data"`*. The value for *`"type"`* is always on of the strings -*`"LOCAL"`*, *`"KNOWN"`*, *`"ACTION"`*, or *`"TREE"`*. The value for -*`"data"`* is a JSON object with keys depending on which type the -artifact is of. +*`"LOCAL"`*, *`"KNOWN"`*, *`"ACTION"`*, *`"TREE"`*, or +*`"TREE_OVERLAY"`*. The value for *`"data"`* is a JSON object with keys +depending on which type the artifact is of. - *`"LOCAL"`* artifacts refer to source files in a logical repository. The describing data are |