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/rdsquashfs.1 | |
parent | 78e35e9d44b2ec7a36a0acac1ab63343b56b9c2c (diff) |
Update man pages
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 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 /. |