diff options
author | anton <anton@cvs.openbsd.org> | 2020-10-03 07:33:45 +0000 |
---|---|---|
committer | anton <anton@cvs.openbsd.org> | 2020-10-03 07:33:45 +0000 |
commit | 88bc0dc2f310e118ff1e659b3349e303ecc7f6ed (patch) | |
tree | c3b357e48120fcb554b44a6bbacec75fadfb65d2 /regress/sys/dev | |
parent | 36a0eea8c065e8cfde4232e734702b0df13bfa5c (diff) |
sync usage
Diffstat (limited to 'regress/sys/dev')
-rw-r--r-- | regress/sys/dev/kcov/kcov.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/dev/kcov/kcov.c b/regress/sys/dev/kcov/kcov.c index d210d57651d..204c7cf0e7e 100644 --- a/regress/sys/dev/kcov/kcov.c +++ b/regress/sys/dev/kcov/kcov.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kcov.c,v 1.13 2020/08/01 08:44:57 anton Exp $ */ +/* $OpenBSD: kcov.c,v 1.14 2020/10/03 07:33:44 anton Exp $ */ /* * Copyright (c) 2018 Anton Lindqvist <anton@openbsd.org> @@ -171,7 +171,7 @@ main(int argc, char *argv[]) static __dead void usage(void) { - fprintf(stderr, "usage: kcov [-Epv] [-b fraction] -t mode test\n"); + fprintf(stderr, "usage: kcov [-Epv] [-b fraction] -m mode test\n"); exit(1); } |