From 1450a60ca427e85b43acde896a9a628b5c835125 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Thu, 9 Dec 2021 10:22:50 +0100 Subject: [PATCH] Fix typo by adding missing "-" to the "threads" switch. Reference latest 1.23 version --- index.htm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.htm b/index.htm index c6f15fa..0163eb6 100644 --- a/index.htm +++ b/index.htm @@ -19,10 +19,10 @@  

- DirHash Windows 64-Bit Binary
- DirHash Windows ARM64 Binary
- DirHash Windows 32-Bit Binary
- DirHash Source Code Zip
+ DirHash Windows 64-Bit Binary
+ DirHash Windows ARM64 Binary
+ DirHash Windows 32-Bit Binary
+ DirHash Source Code Zip
DirHash On GitHub
IDRIX Official DirHash page

@@ -43,7 +43,7 @@

DirHash is a Windows console program that computes the hash of a given directory content or a single file. It also supports creating SUM of files in a way similar to classical shasum program. Recursive Lexicographical order is used for browsing the directory hierarchy so that the computed hash can be seen as unique fingerprint of the target directory. Supported hashing algorithms are MD5, SHA-1, SHA-256, SHA-384, SHA-512, Streebog, Blake2s, Blake2 and Blake3.

Usage

DirHash can be invoked from the command like as follows:
-

DirHash.exe DirectoryOrFilePath [HashAlgo] [-t ResultFileName] [-progress] [-sum] [-sumRelativePath] [-verify FileName] [threads] [-clip] [-lowercase] [-overwrite] [-quiet] [-nologo] [-nowait] [-skipError] [-hashnames [-stripnames]] [-exclude pattern1] [-exclude patter2] [-nofollow]

+

DirHash.exe DirectoryOrFilePath [HashAlgo] [-t ResultFileName] [-progress] [-sum] [-sumRelativePath] [-verify FileName] [-threads] [-clip] [-lowercase] [-overwrite] [-quiet] [-nologo] [-nowait] [-skipError] [-hashnames [-stripnames]] [-exclude pattern1] [-exclude patter2] [-nofollow]

DirHash.exe -benchmark [HashAlgo | All] [-t ResultFileName] [-clip] [-overwrite] [-quiet] [-nologo] [-nowait]

Possible values for HashAlgo (not case sensitive):