diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/gensquashfs.1 | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/doc/gensquashfs.1 b/doc/gensquashfs.1 index ab729d7..fca45cd 100644 --- a/doc/gensquashfs.1 +++ b/doc/gensquashfs.1 @@ -38,10 +38,14 @@ Device block size to padd the image to.  Defaults to 4096.  .TP  \fB\-\-keep\-time\fR, \fB\-k\fR -Whe using \fB\-\-pack\-dir\fR only, use the timestamps from the input files +When using \fB\-\-pack\-dir\fR only, use the timestamps from the input files  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. +.TP  \fB\-\-defaults\fR, \fB\-d\fR <options>  A comma seperated list of default values for  implicitly created directories. | 
