From a7d22b83cf70eb500f52edb625e9c719a35b0134 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Tue, 20 Aug 2019 21:01:59 +0200 Subject: Change CLI of sqfsdiff to specify images through long options Signed-off-by: David Oberhollenzer --- doc/sqfsdiff.1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc/sqfsdiff.1') 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\, \/\fR +[\fI\,OPTIONS\/\fR...] \-\-old \fI\,\fR \-\-new \fI\,\/\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 +Specify the first image, relativ to which the changes are evaluated. +.TP +\fB\-\-new\fR, \fB\-b\fR +Specift the second image to compare to the first one. +.TP \fB\-\-no\-contents\fR, \fB\-C\fR Do not compare file contents. .TP -- cgit v1.2.3