Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ paths found.
-x --posix Always resolve to posix style paths, using '/' as the
directory separator, even on Windows. Drive letter
absolute matches on Windows will be expanded to their
full resolved UNC maths, eg instead of 'C:\foo\bar', it
full resolved UNC paths, eg instead of 'C:\foo\bar', it
will expand to '//?/C:/foo/bar'.

-f --follow Follow symlinked directories when expanding '**'
Expand Down
2 changes: 1 addition & 1 deletion src/bin.mts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const j = jack({
description: `Always resolve to posix style paths, using '/' as the
directory separator, even on Windows. Drive letter
absolute matches on Windows will be expanded to their
full resolved UNC maths, eg instead of 'C:\\foo\\bar',
full resolved UNC paths, eg instead of 'C:\\foo\\bar',
it will expand to '//?/C:/foo/bar'.
`,
},
Expand Down
2 changes: 1 addition & 1 deletion tap-snapshots/test/bin.ts.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Object {
-x --posix Always resolve to posix style paths, using '/' as the
directory separator, even on Windows. Drive letter
absolute matches on Windows will be expanded to their
full resolved UNC maths, eg instead of 'C:\\\\foo\\\\bar', it
full resolved UNC paths, eg instead of 'C:\\\\foo\\\\bar', it
will expand to '//?/C:/foo/bar'.

-f --follow Follow symlinked directories when expanding '**'
Expand Down
Loading