diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-08-20 21:01:59 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-08-20 21:13:43 +0200 |
commit | a7d22b83cf70eb500f52edb625e9c719a35b0134 (patch) | |
tree | d24d2fbd1aceaac36add177ea2295ba1891a8d1f /doc/sqfsdiff.1 | |
parent | 3f515038371bde961c88bf62a9ba0a75667b95dd (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/sqfsdiff.1')
-rw-r--r-- | doc/sqfsdiff.1 | 8 |
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 |