Skip to content

Commit 0950bd5

Browse files
authored
Updating readme to include new hash algorithm
1 parent 1214a53 commit 0950bd5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ Arguments:
3434
<item> Directory or file to hash/check
3535
3636
Options:
37-
-t, --tree Print directory tree
38-
-s, --save Save the checksum to a file
39-
-i, --include-hidden-files Include hidden files
40-
-e, --skip-empty-dir Skip empty directories
41-
-a, --algorithm <md5|sha1|sha256|sha384|sha512> The hash function to use [default: sha1]
42-
-c, --color Colorize the output [default: True]
43-
--version Show version information
44-
-?, -h, --help Show help and usage information
37+
-t, --tree Print directory tree
38+
-s, --save Save the checksum to a file
39+
-i, --include-hidden-files Include hidden files
40+
-e, --skip-empty-dir Skip empty directories
41+
-a, --algorithm <md5|ripemd160|sha1|sha256|sha384|sha512> The hash function to use [default: sha1]
42+
-c, --color Colorize the output [default: True]
43+
--version Show version information
44+
-?, -h, --help Show help and usage information
4545
4646
Commands:
4747
check <item> Verify that the specified hash file is valid.

0 commit comments

Comments
 (0)