The long option --replace it not deprecated, only the short form.
* xargs/xargs.1: Clarify the above better by explicitly mentioning
the short -i form.
---
xargs/xargs.1 | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/xargs/xargs.1 b/xargs/xargs.1
index 23faec92..ef1f08f0 100644
--- a/xargs/xargs.1
+++ b/xargs/xargs.1
@@ -154,7 +154,9 @@ If the
.I replace-str
argument is missing, the effect is the same as
.BR \-I {}.
-This option is deprecated; use
+The
+.B \-i
+option is deprecated; use
.B \-I
instead.
.TP
--
2.42.0