diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-23 02:36:24 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-23 02:44:33 +0200 |
commit | 69529ef26159748011ef27cddc17aa78a2ac8f3e (patch) | |
tree | c58a38b6dcab26d51b31822fc718e10229ca4d7f /doc/tar2sqfs.1 | |
parent | f7dee65fd3b3d7e591f3be246b481f337681aba9 (diff) |
Add compressor options to tar2sqfs
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'doc/tar2sqfs.1')
-rw-r--r-- | doc/tar2sqfs.1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/tar2sqfs.1 b/doc/tar2sqfs.1 index d2688a6..ef9511b 100644 --- a/doc/tar2sqfs.1 +++ b/doc/tar2sqfs.1 @@ -14,6 +14,15 @@ squashfs. .PP Possible options: .TP +\fB\-\-compressor\fR, \fB\-c\fR <name> +Select the compressor to use. +Run \fBtar2sqfs \-\-help\fR to get a list of all available compressors +and the default selection. +.TP +\fB\-\-comp\-extra\fR, \fB\-X\fR <options> +A comma seperated list of extra options for the selected compressor. Specify +\fBhelp\fR to get a list of available options. +.TP \fB\-\-force\fR, \fB\-f\fR Overwrite the output file if it exists. .TP |