summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-07-03 15:22:28 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-07-03 15:28:40 +0200
commite981f2e460092e5ae6ad58a60869b78d7f50ec10 (patch)
tree7911d99b0ab70a1d8eb92fed244cbc8761b4bf72 /doc
parent70dcf39f5926a66d76eb9fde2cbaef4b6a23a9e1 (diff)
Add no-skip option to sqfs2tar
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/sqfs2tar.16
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/sqfs2tar.1 b/doc/sqfs2tar.1
index b732d06..c7389ed 100644
--- a/doc/sqfs2tar.1
+++ b/doc/sqfs2tar.1
@@ -13,6 +13,9 @@ work on tar archives.
.PP
Possible options:
.TP
+\fB\-\-no\-skip\fR, \fB\-s\fR
+Abort if file cannot be stored in a tar record instead of skipping it.
+.TP
\fB\-\-help\fR, \fB\-h\fR
Print help text and exit.
.TP
@@ -28,7 +31,8 @@ It is not possible to store socket files in a tar or pax archive. Also, in the
current implementation, all extended attribuates are lost.
If any file or directory is encountered that cannot be converted, it is
-skipped and a warning is written to stderr.
+skipped and a warning is written to stderr. Unless the \fB\-\-no\-skip\fR
+option is set, which aborts processing if a file cannot be converted.
.SH EXAMPLES
Turn a squashfs image into a tar archive:
.IP