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