Skip to content

Commit

Permalink
docs: Make auto option for --strip-cwd-prefix more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
tmccombs committed May 6, 2024
1 parent 11e328c commit 3d4d3e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/fd.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d4d3e3

Please sign in to comment.