Skip to content

Commit 402d4e7

Browse files
committed
docs: Clarify option positions in README
1 parent 26795f6 commit 402d4e7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ This is the output of `fd -h`. To see the full set of command-line options, use
298298
also includes a much more detailed help text.
299299

300300
```
301-
Usage: fd [OPTIONS] [pattern] [path]...
301+
Usage: fd [OPTIONS] [pattern [path...]]
302302
303303
Arguments:
304304
[pattern] the search pattern (a regular expression, unless '--glob' is used; optional)
@@ -335,6 +335,8 @@ Options:
335335
-V, --version Print version
336336
```
337337

338+
Not that options can be given after the pattern and/or path as well.
339+
338340
## Benchmark
339341

340342
Let's search my home folder for files that end in `[0-9].jpg`. It contains ~750.000

0 commit comments

Comments
 (0)