diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 1997-06-19 14:42:10 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-06-19 14:42:10 +0000 |
| commit | 49d430cc1f3c8776fa7b8534d25bc017c97cdb63 (patch) | |
| tree | 2cf9a400ae98c1cbdd78dd82a3a603031d86ea16 /sbin | |
| parent | 6da7f3783bfa978cfbf1d4bd286993d2db039a0a (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/tunefs/tunefs.c | 2 |
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"); |
