docs: replace rahash2 reference

This commit is contained in:
Daniel 2022-07-22 08:41:47 -05:00 committed by Riccardo Schirone
parent 68f6f71fd2
commit a29dfce524

View file

@ -24,7 +24,7 @@
.Sh DESCRIPTION
This program is part of the rizin project.
.Pp
Rahash2 allows you to calculate, check and show the hash values of each block of a target file. The block size is 32768 bytes by default. It's allowed to hash from stdin using '-' as a target file. You can compare against a known hash and get the result in the exit status.
rz-hash allows you to calculate, check and show the hash values of each block of a target file. The block size is 32768 bytes by default. It's allowed to hash from stdin using '-' as a target file. You can compare against a known hash and get the result in the exit status.
.Pp
You can hash big files by hashing each block and later determine what part of it has been modified. Useful for filesystem analysis.
.Pp