From 3d4d3e3b80aca18927350b31a8d4c7295bceef87 Mon Sep 17 00:00:00 2001 From: Thayne McCombs Date: Sun, 5 May 2024 23:57:25 -0600 Subject: [PATCH] docs: Make auto option for --strip-cwd-prefix more clear --- doc/fd.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/fd.1 b/doc/fd.1 index 5893c5c..b7abcda 100644 --- a/doc/fd.1 +++ b/doc/fd.1 @@ -163,12 +163,12 @@ path starting with '-' being treated as a command line option. Use this flag to change this behavior. If this flag is used without a value, it is equivalent to passing "always". Possible values are: .RS -.IP auto -Use the default behavior. .IP never Never strip the ./ at the beginning of paths .IP always Always strip the ./ at the beginning of paths +.IP auto +Only strip if used with --exec, --exec-batch, or --print0. That is, it resets to the default behavior. .RE .TP .B \-\-one\-file\-system, \-\-mount, \-\-xdev