summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-08-01 17:30:01 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-08-01 17:30:01 +0200
commit0b79e0cad88fe6494c1d5af9a5e990b491170d11 (patch)
tree9bd281b81504894bc34a735ca39e1d5869bb7958 /doc
parent78e35e9d44b2ec7a36a0acac1ab63343b56b9c2c (diff)
Update man pages
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/rdsquashfs.14
-rw-r--r--doc/sqfs2tar.14
-rw-r--r--doc/tar2sqfs.12
3 files changed, 9 insertions, 1 deletions
diff --git a/doc/rdsquashfs.1 b/doc/rdsquashfs.1
index 0d6a26d..ef2a8c6 100644
--- a/doc/rdsquashfs.1
+++ b/doc/rdsquashfs.1
@@ -18,6 +18,10 @@ the SquashFS image.
If the specified path is a regular file in the image, extract it and dump
its contents to stdout.
.TP
+\fB\-\-xattr\fR, \fB\-x\fR <path>
+If the inode that the specified path resolves to has extended attributes, dump
+them as key value pairs to stdout.
+.TP
\fB\-\-unpack\-path\fR, \fB\-u\fR <path>
Unpack the specified sub directory from the image. To unpack everything,
simply specify /.
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
diff --git a/doc/tar2sqfs.1 b/doc/tar2sqfs.1
index a6646c6..76178bf 100644
--- a/doc/tar2sqfs.1
+++ b/doc/tar2sqfs.1
@@ -56,7 +56,7 @@ mtime=<value>;0
.TE
.TP
.TP
-\fB\-\-no\-xattr\fR, \fB\-s\fR
+\fB\-\-no\-xattr\fR, \fB\-x\fR
Do not copy extended attributes from archive. Default behaviour is to copy all
extended attributes and skip the ones that cannot be encoded in SquashFS.
.TP