From 0a0f800805c2152de13a10197a449c2093f86455 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 19 Apr 2007 14:13:27 +0000 Subject: [PATCH] Make mkfs message a bit clearer. --- commands/simple/mkfs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/simple/mkfs.c b/commands/simple/mkfs.c index 315212b85..faddeb51d 100755 --- a/commands/simple/mkfs.c +++ b/commands/simple/mkfs.c @@ -233,8 +233,7 @@ char *argv[]; * reporting a 0-sized device (displays usage). */ if(blocks < 1) { - fprintf(stderr, "%s: this device can't hold a filesystem.\n", - progname); + fprintf(stderr, "%s: zero size device.\n", progname); return 1; } } -- 2.44.0