diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-08-01 17:30:01 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-08-01 17:30:01 +0200 |
commit | 0b79e0cad88fe6494c1d5af9a5e990b491170d11 (patch) | |
tree | 9bd281b81504894bc34a735ca39e1d5869bb7958 /doc/sqfs2tar.1 | |
parent | 78e35e9d44b2ec7a36a0acac1ab63343b56b9c2c (diff) |
Update man pages
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'doc/sqfs2tar.1')
-rw-r--r-- | doc/sqfs2tar.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/sqfs2tar.1 b/doc/sqfs2tar.1 index 2cf9f9c..bd80155 100644 --- a/doc/sqfs2tar.1 +++ b/doc/sqfs2tar.1 @@ -23,6 +23,10 @@ If \fB\-\-subdir\fR is used only once, don't make the subdir the archive root, instead keep it as prefix for all unpacked files. Using \fB\-\-subdir\fR more than once implies \fB\-\-keep\-as\-dir\fR. .TP +\fB\-\-no\-xattr\fR, \fB\-X\fR +Discard extended attributes from the squashfs image. The default behavior is +to copy all xattrs attached to squashfs inodes into the resulting tar archive. +.TP \fB\-\-no\-skip\fR, \fB\-s\fR Abort if file cannot be stored in a tar record instead of skipping it. .TP |