From be298483886aa46cf70d296e4b4bb1e0c3b8bb86 Mon Sep 17 00:00:00 2001 From: johnandrea <46268748+johnandrea@users.noreply.github.com> Date: Thu, 14 Dec 2023 14:09:00 -0400 Subject: [PATCH] Add thickness option --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 43b8bb4..0a70e17 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ If choosing anything except "all", the personid option is required to select a p In dot format output, reverse the direction of the parent to child links in order to flip the orientation of the whole graph. +--thick + +Increase the size of the connecting lines in DOT format output. Can be included multiple times for extra thickness. + --personid= The id of the person to select for output. Used in combination with the iditem option.