aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);