summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs <astrothayne@gmail.com>2024-05-05 23:57:25 -0600
committerThayne McCombs <astrothayne@gmail.com>2024-05-07 00:24:15 -0600
commit90d33818140ff435bacc9bea512f452361658819 (patch)
treea444b240a7cedbf31006326e2052ff24a21c902f
parentb1f83a0bb070e3fe96139706f759c62bf9e45c4b (diff)
docs: Make auto option for --strip-cwd-prefix more clear
-rw-r--r--doc/fd.14
1 files 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