Differences From Artifact [976db374f8]:
- File utils/ofhash/OFHash.m — part of check-in [e73c65a849] at 2021-04-18 22:56:46 on branch new-naming-convention — Rename all symbols marked extern (user: js, size: 7345) [annotate] [blame] [check-ins using] [more...]
To Artifact [1dccaed4eb]:
- File
utils/ofhash/OFHash.m
— part of check-in
[405f056137]
at
2021-07-09 21:23:03
on branch trunk
— ofhash: Update usage to reflect changed reality
The usage still showed that only one algorithm is allowed while multiple
can be specified. (user: js, size: 7357) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
39 40 41 42 43 44 45 | OF_APPLICATION_DELEGATE(OFHash) static void help(void) { [OFStdErr writeLine: OF_LOCALIZED(@"usage", | | | | 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | OF_APPLICATION_DELEGATE(OFHash) static void help(void) { [OFStdErr writeLine: OF_LOCALIZED(@"usage", @"Usage: %[prog] [--md5] [--ripemd160] [--sha1] [--sha224] " @"[--sha256] [--sha384] [--sha512] file1 [file2 ...]", @"prog", [OFApplication programName])]; [OFApplication terminateWithStatus: 1]; } static void printHash(OFString *algo, OFString *path, id <OFCryptographicHash> hash) |
︙ | ︙ |