summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjh <jh@FreeBSD.org>2009-11-17 17:38:41 +0000
committerjh <jh@FreeBSD.org>2009-11-17 17:38:41 +0000
commit3357d5a40aad0179b48b5d02a70edf42d59c4feb (patch)
treef0616693f8c487858521529d68dcef6963b4793d /usr.sbin
parent954c0d8c6ac42732c90ccd2ba1e53423131caf34 (diff)
downloadFreeBSD-src-3357d5a40aad0179b48b5d02a70edf42d59c4feb.zip
FreeBSD-src-3357d5a40aad0179b48b5d02a70edf42d59c4feb.tar.gz
Unify fifolog_writer usage printout with fifolog_create and
fifolog_reader. Approved by: trasz (mentor)
Diffstat (limited to 'usr.sbin')
-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 fd10711..346297f 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);
}
OpenPOWER on IntegriCloud