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");