File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ paths found.
187187 -x --posix Always resolve to posix style paths, using '/' as the
188188 directory separator, even on Windows. Drive letter
189189 absolute matches on Windows will be expanded to their
190- full resolved UNC maths , eg instead of 'C:\foo\bar', it
190+ full resolved UNC paths , eg instead of 'C:\foo\bar', it
191191 will expand to '//?/C:/foo/bar'.
192192
193193 -f --follow Follow symlinked directories when expanding '**'
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ const j = jack({
7878 description : `Always resolve to posix style paths, using '/' as the
7979 directory separator, even on Windows. Drive letter
8080 absolute matches on Windows will be expanded to their
81- full resolved UNC maths , eg instead of 'C:\\foo\\bar',
81+ full resolved UNC paths , eg instead of 'C:\\foo\\bar',
8282 it will expand to '//?/C:/foo/bar'.
8383 ` ,
8484 } ,
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Object {
6060 -x --posix Always resolve to posix style paths, using '/' as the
6161 directory separator, even on Windows. Drive letter
6262 absolute matches on Windows will be expanded to their
63- full resolved UNC maths , eg instead of 'C:\\\\foo\\\\bar', it
63+ full resolved UNC paths , eg instead of 'C:\\\\foo\\\\bar', it
6464 will expand to '//?/C:/foo/bar'.
6565
6666 -f --follow Follow symlinked directories when expanding '**'
You can’t perform that action at this time.
0 commit comments