added -C to generate a blake2 checksum of one or more files

This commit is contained in:
git@daemon.de
2015-07-17 16:22:12 +02:00
parent 6dfb15ade6
commit 0811957a46
12 changed files with 114 additions and 14 deletions

View File

@@ -131,4 +131,9 @@
Use -I and -O respectively, otherwise it
uses stdin/stdout
Misc Options:
-C --checksum Calculate a Blake2 checksum of one or more files.
Use -I to specify one file or put multiple file
names after -C like "pcp1 -C file1 file2 file3".