summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-07-03 19:27:08 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-07-04 01:32:45 +0200
commit9899d4181084b0cb488fe6161ac3ffe9ccd55c29 (patch)
tree5966d87474fd41b6a6ae55413e7f8541af20e1cb /doc
parentda7eb3445cab5936455b8a119cb656113ca3d402 (diff)
sqfs2tar: add option to extract subdirectories
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/sqfs2tar.110
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/sqfs2tar.1 b/doc/sqfs2tar.1
index c7389ed..2cf9f9c 100644
--- a/doc/sqfs2tar.1
+++ b/doc/sqfs2tar.1
@@ -13,6 +13,16 @@ work on tar archives.
.PP
Possible options:
.TP
+\fB\-\-subdir\fR, \fB\-d\fR <dir>
+Unpack the given sub directory instead of the filesystem root. Can be specified
+more than once to select multiple directories. If only one is specified, it
+becomes the new root of node of the archive file system tree.
+.TP
+\fB\-\-keep\-as\-dir\fR, \fB\-k\fR
+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\-skip\fR, \fB\-s\fR
Abort if file cannot be stored in a tar record instead of skipping it.
.TP