From 5e4f8bcfe914e052a09fc02e9a025a9f3d92125a Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sat, 10 Sep 2022 22:04:00 +0200 Subject: [PATCH] Added README file. --- LICENSE.txt => LICENSE | 0 README | 14 ++++++++++++++ 2 files changed, 14 insertions(+) rename LICENSE.txt => LICENSE (100%) create mode 100644 README diff --git a/LICENSE.txt b/LICENSE similarity index 100% rename from LICENSE.txt rename to LICENSE diff --git a/README b/README new file mode 100644 index 0000000..551a392 --- /dev/null +++ b/README @@ -0,0 +1,14 @@ +CRC64 +----- + +Synopsis: + crc64.exe [OPTIONS] [ [ ... ]] + +Options: + --help --version Print help screen / show version information + --binary Output the digest in binary format (default is hex-format) + --decimal Output the digest in decimal string format + --upper-case Print hex-string in upper-case letters (default is lower-case) + --no-padding Print the digest *without* any leading zeros + --silent Suppress error messages + --ignore-errors Ignore I/O errors and proceeed with the next file