diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:49:54 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:49:54 +0100 |
| commit | b8bf5c3d2cebf62802e42659103f3018712419a0 (patch) | |
| tree | d4e38da792a3ace47723a7834ce68b3e443d285b /cmdline.c | |
| parent | Update e-mail (diff) | |
| download | anysum-b8bf5c3d2cebf62802e42659103f3018712419a0.tar.gz anysum-b8bf5c3d2cebf62802e42659103f3018712419a0.tar.bz2 anysum-b8bf5c3d2cebf62802e42659103f3018712419a0.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | cmdline.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ static enum libhashsum_algorithm algorithm; #define USAGE_KECCAK "[-R rate] [-C capacity] [-N output-size] [-S state-size] [-W word-size] [-Z squeeze-count] "USAGE_COMMON #define USAGE_SHAKE "[-N output-bits] "USAGE_COMMON #define USAGE_RAWSHAKE "[-N output-bits] "USAGE_COMMON -#define USAGE_ANYSUM "(-c [-w] | [-a algoritms] ... ) [-W options] ... [-z] [file] ..." +#define USAGE_ANYSUM "(-c [-w] | [-a algorithms] ... ) [-W options] ... [-z] [file] ..." #define static NUSAGE(libsimple_default_failure_exit, |
