diff options
author | jh <jh@FreeBSD.org> | 2009-11-17 17:38:41 +0000 |
---|---|---|
committer | jh <jh@FreeBSD.org> | 2009-11-17 17:38:41 +0000 |
commit | 3357d5a40aad0179b48b5d02a70edf42d59c4feb (patch) | |
tree | f0616693f8c487858521529d68dcef6963b4793d /usr.sbin/fifolog | |
parent | 954c0d8c6ac42732c90ccd2ba1e53423131caf34 (diff) | |
download | FreeBSD-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/fifolog')
-rw-r--r-- | usr.sbin/fifolog/fifolog_writer/fifolog_writer.c | 2 |
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); } |