Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

Commit 883a5d1

Browse files
committed
Made the fmode/dmode docs a little clearer for github#6
1 parent cf09ce5 commit 883a5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ var extract = tar.extract('./my-directory', {
6464
});
6565
```
6666

67-
This is useful when the tarball was created on windows (which can result in dirs not being readable)
67+
It can be useful to use `dmode` and `fmode` if you are packing/unpacking tarballs between *nix/windows to ensure that all files/directories unpacked are readable.
6868

6969
## Copy a directory
7070

0 commit comments

Comments
 (0)