From c206f831c1c920215faaaf4a4950eb5274c8908d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 10 Oct 2020 16:50:07 +0100 Subject: [PATCH] Provide -E option for edits-sources, still undocumented Signed-off-by: Ian Jackson --- nailing-cargo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nailing-cargo b/nailing-cargo index ff65853..731ef5c 100755 --- a/nailing-cargo +++ b/nailing-cargo @@ -990,6 +990,8 @@ sub parse_args () { $pass_options = $1=~m/[a-z]/; } elsif (s{^-D}{-}) { $dump++; + } elsif (s{^-E}{-}) { + $linkfarm_depth = 'copy-edit'; } elsif (s{^-T(.+)}{-}s) { $target = $1; } elsif (s{^-([oO])}{-}) { -- 2.30.2