aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Heinonen <jh@FreeBSD.org>2009-11-17 17:38:41 +0000
committerJaakko Heinonen <jh@FreeBSD.org>2009-11-17 17:38:41 +0000
commit89834b119e7902dea415b95827c7de87c787ee13 (patch)
treef0616693f8c487858521529d68dcef6963b4793d
parent3d32c12abf33a5e2d29674ca6411785503ac9dc2 (diff)
downloadsrc-89834b119e7902dea415b95827c7de87c787ee13.tar.gz
src-89834b119e7902dea415b95827c7de87c787ee13.zip
Unify fifolog_writer usage printout with fifolog_create and
fifolog_reader. Approved by: trasz (mentor)
Notes
Notes: svn path=/head/; revision=199411
-rw-r--r--usr.sbin/fifolog/fifolog_writer/fifolog_writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/fifolog/fifolog_writer/fifolog_writer.c b/usr.sbin/fifolog/fifolog_writer/fifolog_writer.c
index fd107115711f..346297faa069 100644
--- a/usr.sbin/fifolog/fifolog_writer/fifolog_writer.c
+++ b/usr.sbin/fifolog/fifolog_writer/fifolog_writer.c
@@ -42,7 +42,7 @@
static void
usage(void)
{
- fprintf(stderr, "fifolog_writer [-w write-rate] [-s sync-rate] "
+ fprintf(stderr, "Usage: fifolog_writer [-w write-rate] [-s sync-rate] "
"[-z compression] file\n");
exit(EX_USAGE);
}