aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-08-20 21:01:59 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-08-20 21:13:43 +0200
commita7d22b83cf70eb500f52edb625e9c719a35b0134 (patch)
treed24d2fbd1aceaac36add177ea2295ba1891a8d1f /doc
parent3f515038371bde961c88bf62a9ba0a75667b95dd (diff)
Change CLI of sqfsdiff to specify images through long options
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/sqfsdiff.18
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/sqfsdiff.1 b/doc/sqfsdiff.1
index 5222c19..c81f05c 100644
--- a/doc/sqfsdiff.1
+++ b/doc/sqfsdiff.1
@@ -3,7 +3,7 @@
sqfsdiff \- compare two squashfs images by contents and metadata
.SH SYNOPSIS
.B sqfsdiff
-[\fI\,OPTIONS\/\fR...] \fI\,<first> <second>\/\fR
+[\fI\,OPTIONS\/\fR...] \-\-old \fI\,<first>\fR \-\-new \fI\,<second>\/\fR
.SH DESCRIPTION
Compare two squashfs images. In contrast to doing a direct diff of the
images, this actually parses the filesystems and generates a more
@@ -20,6 +20,12 @@ that of diff(1): 0 means equal, 1 means different, 2 means problem.
.PP
Possible options:
.TP
+\fB\-\-old\fR, \fB\-a\fR <first>
+Specify the first image, 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.
+.TP
\fB\-\-no\-contents\fR, \fB\-C\fR
Do not compare file contents.
.TP