aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-08-21 15:54:35 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-08-21 15:54:35 +0200
commita408953eebb0dc65441e9ec4becbc8e2dba6c0e8 (patch)
tree3a67925a4109d1392c0c8e961e4cab7945353aca /doc
parent41bf6b0aa2594b8cd5732ca51982f5f95fe63724 (diff)
Update sqfsdiff documentation
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/sqfsdiff.114
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/sqfsdiff.1 b/doc/sqfsdiff.1
index c81f05c..381a62b 100644
--- a/doc/sqfsdiff.1
+++ b/doc/sqfsdiff.1
@@ -9,6 +9,10 @@ Compare two squashfs images. In contrast to doing a direct diff of the
images, this actually parses the filesystems and generates a more
meaningful difference report.
.PP
+The tool can also compare the contents of a squashfs image to a directory.
+This case is detected transparently if \fB\-\-new\fR or \fB\-\-old\fR referes
+to a directory instead of a squashfs image.
+.PP
If only contents are compared, any differences in packed file layout,
ordering, compression, inode allocation and so on is ignored and the two
images are considered equal if each directory contains the same entries,
@@ -21,10 +25,12 @@ that of diff(1): 0 means equal, 1 means different, 2 means problem.
Possible options:
.TP
\fB\-\-old\fR, \fB\-a\fR <first>
-Specify the first image, relativ to which the changes are evaluated.
+Specify the first filesystem image or source directory, relativ to which the
+changes are evaluated.
.TP
\fB\-\-new\fR, \fB\-b\fR <second>
-Specift the second image to compare to the first one.
+Specify the second filesystem image to source directory to compare to the
+first one.
.TP
\fB\-\-no\-contents\fR, \fB\-C\fR
Do not compare file contents.
@@ -47,8 +53,8 @@ Also compare metadata in super blocks.
\fB\-\-extract\fR, \fB\-e\fR <path>
Extract files that exist in both images but have different contents to the
specified directory. Contents of the first image end up in a sub directory
-named \fBa\fR and the contents of the second image in a sub directory
-named \fBb\fR.
+named \fBold\fR and the contents of the second image in a sub directory
+named \fBnew\fR.
.TP
\fB\-\-help\fR, \fB\-h\fR
Print help text and exit.