From dc6083073ae49156528f3585beb1cec0b08e471e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 21 Jun 2020 19:37:53 +0100 Subject: [PATCH] nailing-cargo: Restore -u and -U options People will need these occasionally - even in the basic runes. They were still in README.md. Signed-off-by: Ian Jackson --- nailing-cargo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nailing-cargo b/nailing-cargo index 72abb09..d142422 100755 --- a/nailing-cargo +++ b/nailing-cargo @@ -710,6 +710,8 @@ sub parse_args () { $noact++; } elsif (s{^-s(.+)}{-}s) { $cargo_subcmd = $1; + } elsif (s{^-([uU])}{-}) { + $cargo_lock_update = $1=~m/[a-z]/; } elsif (s{^-([cC])}{-}) { $pass_options = $1=~m/[a-z]/; } elsif (s{^-D}{-}) { -- 2.30.2