From 0f645d068972f772473e1fcb1ae5a41a5fb61b7c Mon Sep 17 00:00:00 2001 From: ScuroNeko Date: Fri, 17 Oct 2025 13:13:18 +0300 Subject: [PATCH] readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f83886..d447e78 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A partial update program. Use [Zstandrard](https://github.com/facebook/zstd). -`zsdiff` products a [filename].zdiff file. It compares ALL file hashes from old with new. +`zsdiff` products a [filename].zdiff file and [filename].zdiff.md5. It compares ALL file hashes from old with new. ``` Usage: zsdiff [OPTIONS] --filename --old --new @@ -16,7 +16,8 @@ Options: ``` `zspatch` extract files from [filename].zdiff to [dest-dir]. If some file was deleted between old and new, `zspatch` -also delete it from [dest-dir] +also delete it from [dest-dir]. +Flag --hash-check compare computed hash of [filename].zdiff and hash from [filename].zdiff.md5 ``` Usage: zspatch [OPTIONS] --filename --dest-dir @@ -25,5 +26,5 @@ Options: -f, --filename -d, --dest-dir -h, --hash-check - -h, --help Print help + --help Print help ``` \ No newline at end of file