diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-05-03 18:51:59 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-05-03 18:51:59 +0200 |
commit | eed59ed26515b4915bc69ce3b2cc1c543d40b98b (patch) | |
tree | cbad0029f9bca97479f6a4f9381a64e99360743a /doc/gensquashfs.1 | |
parent | d43b31df6b84e54d0d657fd27b2f2b5734d8f162 (diff) |
Update man pages
Add missing options, rephrase some things to be a bit more clear and
fix a bunch of typos.
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'doc/gensquashfs.1')
-rw-r--r-- | doc/gensquashfs.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/gensquashfs.1 b/doc/gensquashfs.1 index 6214741..9ef4ee8 100644 --- a/doc/gensquashfs.1 +++ b/doc/gensquashfs.1 @@ -53,8 +53,8 @@ instead of setting defaults on all input paths. The root inode and the modification time on the SquashFS image itself will still be set to defaults. .TP \fB\-\-one\-file\-system\fR, \fB\-o\fR -When using \fB\-\-pack\-dir\fR only, stay in local filesystem and do not cross -mount points. +When using \fB\-\-pack\-dir\fR only, stay in the local filesystem and do not +cross mount points. .TP \fB\-\-defaults\fR, \fB\-d\fR <options> A comma separated list of default values for @@ -94,6 +94,10 @@ labels to the elements packed into the SquashFS image. \fB\-\-exportable\fR, \fB\-e\fR Generate an export table for NFS support. .TP +\fB\-\-no\-tail\-packing\fR, \fB\-T\fR +Do not perform tail end packing on files that are larger than the specified +block size. +.TP \fB\-\-force\fR, \fB\-f\fR Overwrite the output file if it exists. .TP |