From 5e73f778ef6deb39b76ea9fd674e0bde515eb2c9 Mon Sep 17 00:00:00 2001 From: ajshastri Date: Fri, 22 Sep 2023 00:50:25 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f7f1038..f811019 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ Prints checksum of the file based on Golang's crypto library and golang.org/x/cr Defaults to SHA2-256 (256-bit) checksums. ## Options: - -h, --help Displays this help command
- -c, --checksum Checksum algorithm. Defaults to SHA2 256-bit checksum. - -f, --file Does a checksum on the file defined. Defaults to SHA2 256-bit checksum. + `-h, --help` - Displays this help command
+ `-c, --checksum` - Checksum algorithm. Defaults to SHA2 256-bit checksum. + `-f, --file` - Does a checksum on the file defined. Defaults to SHA2 256-bit checksum. ## Available checksums: md4 - Performs MD4 hash algorithm as defined in RFC 1320.