diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-28 13:03:41 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-28 15:07:34 +0200 |
commit | 8c5226588de702c12305b356bc3e52c8e6754396 (patch) | |
tree | b47a0043eab431e8e81203771b99b4a0278582bb /doc/rdsquashfs.1 | |
parent | d92e4dc101bcb6f807accff8c8ecad4030f41afb (diff) |
Update documentation
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'doc/rdsquashfs.1')
-rw-r--r-- | doc/rdsquashfs.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/rdsquashfs.1 b/doc/rdsquashfs.1 index a4b758a..e42367b 100644 --- a/doc/rdsquashfs.1 +++ b/doc/rdsquashfs.1 @@ -50,6 +50,10 @@ Do not unpack symbolic links. Do not unpack directories that would end up empty after applying the above rules. .TP +\fB\-\-no\-sparse\fR, \fB\-Z\fR +Do not create sparse files. Always unpack sparse files by +writing blocks of zeros to disk. +.TP \fB\-\-chmod\fR, \fB\-C\fR Change permission flags of unpacked files to those store in the SquashFS image. |