Skip to content

Commit

Permalink
Fix typo by adding missing "-" to the "threads" switch. Reference lat…
Browse files Browse the repository at this point in the history
…est 1.23 version
  • Loading branch information
idrassi committed Dec 9, 2021
1 parent e5046b9 commit 1450a60
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<tr>
<td width="21%" bgcolor="#33CCCC" valign="top">&nbsp;
<p style="margin-left: 20"><b><font face="Arial" size="2" color="#000000">
<a href="https://github.com/idrassi/DirHash/releases/download/DirHash_1.22.0/DirHash-1.22.0-x64.zip" target="_blank">DirHash Windows 64-Bit Binary</a><br>
<a href="https://github.com/idrassi/DirHash/releases/download/DirHash_1.22.0/DirHash-1.22.0-arm64.zip" target="_blank">DirHash Windows ARM64 Binary</a><br>
<a href="https://github.com/idrassi/DirHash/releases/download/DirHash_1.22.0/DirHash-1.22.0-x86.zip" target="_blank">DirHash Windows 32-Bit Binary</a><br>
<a href="https://github.com/idrassi/DirHash/archive/DirHash_1.22.0.zip" target="_blank">DirHash Source Code Zip</a><br>
<a href="https://github.com/idrassi/DirHash/releases/download/DirHash_1.23.0/DirHash-1.23.0-x64.zip" target="_blank">DirHash Windows 64-Bit Binary</a><br>
<a href="https://github.com/idrassi/DirHash/releases/download/DirHash_1.23.0/DirHash-1.23.0-arm64.zip" target="_blank">DirHash Windows ARM64 Binary</a><br>
<a href="https://github.com/idrassi/DirHash/releases/download/DirHash_1.23.0/DirHash-1.23.0-x86.zip" target="_blank">DirHash Windows 32-Bit Binary</a><br>
<a href="https://github.com/idrassi/DirHash/archive/DirHash_1.23.0.zip" target="_blank">DirHash Source Code Zip</a><br>
<a href="https://github.com/idrassi/DirHash" target="_blank">DirHash On GitHub</a><br>
<a href="https://www.idrix.fr/Root/content/category/7/31/55/" target="_blank">IDRIX Official DirHash page</a><br>
</font></b></p>
Expand All @@ -43,7 +43,7 @@
<p><font size="2" face="Arial">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.</font></p>
<p><font face="Arial" size="5">Usage</font></p>
<p><font size="2" face="Arial">DirHash can be invoked from the command like as follows: <br>
<p>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]</p>
<p>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]</p>
<p>DirHash.exe -benchmark [HashAlgo | All] [-t ResultFileName] [-clip] [-overwrite] [-quiet] [-nologo] [-nowait] </p>
<p>Possible values for HashAlgo (not case sensitive):</p>

Expand Down

0 comments on commit 1450a60

Please sign in to comment.