From: Ian Jackson Date: Sat, 10 Oct 2020 15:50:07 +0000 (+0100) Subject: Provide -E option for edits-sources, still undocumented X-Git-Tag: nailing-cargo/1.0.0~42 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c206f831c1c920215faaaf4a4950eb5274c8908d;p=nailing-cargo.git Provide -E option for edits-sources, still undocumented Signed-off-by: Ian Jackson --- 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])}{-}) {