diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-08-07 12:08:37 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-08-07 12:08:37 +0200 |
commit | 9df4edbd5df8ff1e557f9e22b2612c06a6b1d505 (patch) | |
tree | 218744e1c1d07aabfe2b8f644e848cae010fad03 /README.md | |
parent | da2dbf9f9bd1a244a618b9dc141a9fcb19b23427 (diff) |
Add documentation for sqfsdiff
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ together with the existing tools: - `rdsquashfs` can be used to inspect and unpack SquashFS images. - `sqfs2tar` can turn a SquashFS image into a tarball, written to stdout. - `tar2sqfs` can turn a tarball (read from stdin) into a SquashFS image. + - `sqfsdiff` can compare the contents of two SquashFS images. # Getting and Building the Source Code |