aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1997-06-19 14:42:10 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1997-06-19 14:42:10 +0000
commit49d430cc1f3c8776fa7b8534d25bc017c97cdb63 (patch)
tree2cf9a400ae98c1cbdd78dd82a3a603031d86ea16 /sbin
parent6da7f3783bfa978cfbf1d4bd286993d2db039a0a (diff)
Notes
Diffstat (limited to 'sbin')
-rw-r--r--sbin/tunefs/tunefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c
index 3677d8957811..1802f22f5ac3 100644
--- a/sbin/tunefs/tunefs.c
+++ b/sbin/tunefs/tunefs.c
@@ -231,7 +231,7 @@ void
usage()
{
- fprintf(stderr, "Usage: tunefs tuneup-options special-device\n");
+ fprintf(stderr, "usage: tunefs tuneup-options special-device\n");
fprintf(stderr, "where tuneup-options are:\n");
fprintf(stderr, "\t-a maximum contiguous blocks\n");
fprintf(stderr, "\t-d rotational delay between contiguous blocks\n");