diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tar2sqfs.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/tar2sqfs.1 b/doc/tar2sqfs.1 index 39e62f4..61c6b47 100644 --- a/doc/tar2sqfs.1 +++ b/doc/tar2sqfs.1 @@ -23,6 +23,14 @@ and the default selection. A comma seperated list of extra options for the selected compressor. Specify \fBhelp\fR to get a list of available options. .TP +\fB\-\-block\-size\fR, \fB\-b\fR <size> +Block size to use for Squashfs image. +Defaults to 131072. +.TP +\fB\-\-dev\-block\-size\fR, \fB\-B\fR <size> +Device block size to padd the image to. +Defaults to 4096. +.TP \fB\-\-defaults\fR, \fB\-d\fR <options> A comma seperated list of default values for implicitly created directories. |