From e981f2e460092e5ae6ad58a60869b78d7f50ec10 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 3 Jul 2019 15:22:28 +0200 Subject: Add no-skip option to sqfs2tar Signed-off-by: David Oberhollenzer --- doc/sqfs2tar.1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3