diff options
author | charnier <charnier@FreeBSD.org> | 1997-06-19 14:42:10 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1997-06-19 14:42:10 +0000 |
commit | c50254e7ea1f39fb8de6a7a6eeffb2856ad59442 (patch) | |
tree | 10c9336e534fb2a95fa97bf819bb739a50a537ba /sbin/tunefs | |
parent | 359e756ecf9eb74a7fe24632f8e087eeb4174643 (diff) | |
download | FreeBSD-src-c50254e7ea1f39fb8de6a7a6eeffb2856ad59442.zip FreeBSD-src-c50254e7ea1f39fb8de6a7a6eeffb2856ad59442.tar.gz |
Cosmetic in usage string.
Diffstat (limited to 'sbin/tunefs')
-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 3677d89..1802f22 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"); |