Added README file.

This commit is contained in:
LoRd_MuldeR 2022-09-10 22:04:00 +02:00
parent da4c83cfe6
commit 5e4f8bcfe9
2 changed files with 14 additions and 0 deletions

14
README Normal file
View File

@ -0,0 +1,14 @@
CRC64
-----
Synopsis:
crc64.exe [OPTIONS] [<file_1> [<file_2> ... <file_n>]]
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