diff options
author | Mattias Andrée <maandree@kth.se> | 2017-11-18 16:28:47 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-11-18 16:28:47 +0100 |
commit | 07c1169a7b4d12435552adab2dead06546478394 (patch) | |
tree | af6caf1a4eaa634eeee10a35da9755965e954c88 | |
parent | Validate input given with -x is specified (diff) | |
download | sha3sum-07c1169a7b4d12435552adab2dead06546478394.tar.gz sha3sum-07c1169a7b4d12435552adab2dead06546478394.tar.bz2 sha3sum-07c1169a7b4d12435552adab2dead06546478394.tar.xz |
Fix typo1.1.4
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | common.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ char *argv0; static void usage(void) { - fprintf(stderr, "usage: %s [-u | -l | -b | -c] [-R rate] [-C capacity] " + fprintf(stderr, "usage: %s [-u | -l | -b | -c] [-R rate] [-C capacity] " "[-N output-size] [-S state-size] [-W word-size] " "[-Z squeeze-count] [-vx] [file ...]\n", argv0); exit(2); |