aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-11-18 16:28:47 +0100
committerMattias Andrée <maandree@kth.se>2017-11-18 16:28:47 +0100
commit07c1169a7b4d12435552adab2dead06546478394 (patch)
treeaf6caf1a4eaa634eeee10a35da9755965e954c88
parentValidate input given with -x is specified (diff)
downloadsha3sum-07c1169a7b4d12435552adab2dead06546478394.tar.gz
sha3sum-07c1169a7b4d12435552adab2dead06546478394.tar.bz2
sha3sum-07c1169a7b4d12435552adab2dead06546478394.tar.xz
Fix typo1.1.4
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.c b/common.c
index 8930d08..b265697 100644
--- a/common.c
+++ b/common.c
@@ -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);