diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-08-09 11:43:15 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-08-09 12:11:12 +0200 |
commit | b3c3401aee91bc2ff46ba0eab0ceb88c78cb5bbb (patch) | |
tree | 097241e9080420385db37a3985c5beabe42cb57b /doc | |
parent | fd98948e840f6e67cd2d7c72f57d2fd80ed9a418 (diff) |
Add option to sqfsdiff to extract regular files that are different
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sqfsdiff.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/sqfsdiff.1 b/doc/sqfsdiff.1 index ca3818f..5222c19 100644 --- a/doc/sqfsdiff.1 +++ b/doc/sqfsdiff.1 @@ -38,6 +38,12 @@ Compare inode numbers of all files. \fB\-\-super\fR, \fB\-S\fR Also compare metadata in super blocks. .TP +\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. +.TP \fB\-\-help\fR, \fB\-h\fR Print help text and exit. .TP |