diff options
| author | Arun Isaac | 2026-08-28 03:05:32 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-08-28 14:45:26 +0100 |
| commit | 586428723f40d929f3ef9402352378c6d6629841 (patch) | |
| tree | 4397dff7be322ab098ffe34ef46f8f85528683cc /doc | |
| parent | 1783136fa37cb502d07ce2e4bb0474cd3a0ff1f2 (diff) | |
| download | domagi-main.tar.gz domagi-main.tar.lz domagi-main.zip | |
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/domagi-extract.dbk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/domagi-extract.dbk b/doc/domagi-extract.dbk index 9671d33..736703d 100644 --- a/doc/domagi-extract.dbk +++ b/doc/domagi-extract.dbk @@ -35,7 +35,10 @@ <varlistentry> <term><option>-d <replaceable>DISTANCE</replaceable></option></term> <term><option>--max-distance-subpaths=<replaceable>DISTANCE</replaceable></option></term> - <listitem><para>Bridge subpaths that are separated by less than <replaceable>DISTANCE</replaceable>. Default <replaceable>DISTANCE</replaceable> is <literal>300000</literal>. This reduces the fragmentation of paths that are unspecified in the input path ranges. Set <replaceable>DISTANCE</replaceable> to <literal>0</literal> to disable bridging.</para></listitem> + <listitem> + <para>Bridge subpaths that are separated by less than <replaceable>DISTANCE</replaceable>. Default <replaceable>DISTANCE</replaceable> is <literal>300000</literal>. This reduces the fragmentation of paths that are unspecified in the input path ranges. Set <replaceable>DISTANCE</replaceable> to <literal>0</literal> to disable bridging.</para> + <para>In contrast to odgi, when bridging subpaths, domagi does not use the newly extracted segments to extend the subgraph further and recursively bridge more subpaths.</para> + </listitem> </varlistentry> </variablelist> </refsection> |
