From 46f7d732dc2572629a49a6fdac0a327433cb4742 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Fri, 22 Nov 2024 16:52:34 -0500 Subject: [PATCH] `replace`: reword `--not-one` flag description [skip ci] --- src/cmd/replace.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/replace.rs b/src/cmd/replace.rs index 0e9851a57..1e0cd4598 100644 --- a/src/cmd/replace.rs +++ b/src/cmd/replace.rs @@ -42,7 +42,7 @@ replace options: --dfa-size-limit Set the approximate size of the cache (MB) used by the regular expression engine's Discrete Finite Automata. [default: 10] - --not-one Use exit code 0 instead of 1 for no match found. + --not-one Use exit code 0 instead of 1 for no replacement found. Common options: -h, --help Display this message