From e086c445bf947f1b6ce698e90e59559e86c404a0 Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Fri, 16 May 2025 13:38:53 +0200 Subject: man pages: add missing artifact type in the intro paragraph --- share/man/just-graph-file.5.md | 6 +++--- 1 file 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 -- cgit v1.2.3