From 49d430cc1f3c8776fa7b8534d25bc017c97cdb63 Mon Sep 17 00:00:00 2001 From: Philippe Charnier Date: Thu, 19 Jun 1997 14:42:10 +0000 Subject: [PATCH] Cosmetic in usage string. --- sbin/tunefs/tunefs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");