From 0b79e0cad88fe6494c1d5af9a5e990b491170d11 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 1 Aug 2019 17:30:01 +0200 Subject: Update man pages Signed-off-by: David Oberhollenzer --- doc/rdsquashfs.1 | 4 ++++ doc/sqfs2tar.1 | 4 ++++ doc/tar2sqfs.1 | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) 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 +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 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=;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 -- cgit v1.2.3