diff options
| author | Arun Isaac | 2026-08-28 00:46:37 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-08-28 03:01:35 +0100 |
| commit | 1783136fa37cb502d07ce2e4bb0474cd3a0ff1f2 (patch) | |
| tree | 627216bee7bb53b15f41fc02b0851b0d7e7487cd /doc | |
| parent | 427d6d4f08be08864a414655786368d58b8d6485 (diff) | |
| download | domagi-1783136fa37cb502d07ce2e4bb0474cd3a0ff1f2.tar.gz domagi-1783136fa37cb502d07ce2e4bb0474cd3a0ff1f2.tar.lz domagi-1783136fa37cb502d07ce2e4bb0474cd3a0ff1f2.zip | |
Split subpaths selected by extract path range into discrete fragments.
When `domagi extract` is given a path range, it may select discontinuous fragments of other paths. These fragments must be output as separate paths, not erroneously merged together.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/domagi-extract.dbk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/domagi-extract.dbk b/doc/domagi-extract.dbk index d20afd9..9671d33 100644 --- a/doc/domagi-extract.dbk +++ b/doc/domagi-extract.dbk @@ -32,6 +32,11 @@ <term><option>--path-range=<replaceable>PATH_RANGE</replaceable></option></term> <listitem><para>Extract segments in <replaceable>PATH_RANGE</replaceable>, specified in the <replaceable>path[:pos1[-pos2]]</replaceable> format. <replaceable>pos1</replaceable> and <replaceable>pos2</replaceable> are 0-based coordinates. The extracted segments include <replaceable>pos1</replaceable> (inclusive) but not <replaceable>pos2</replaceable> (exclusive).</para></listitem> </varlistentry> + <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> + </varlistentry> </variablelist> </refsection> </refentry> |
