]> Zhao Yanbai Git Server - minix.git/commitdiff
Make mkfs message a bit clearer.
authorBen Gras <ben@minix3.org>
Thu, 19 Apr 2007 14:13:27 +0000 (14:13 +0000)
committerBen Gras <ben@minix3.org>
Thu, 19 Apr 2007 14:13:27 +0000 (14:13 +0000)
commands/simple/mkfs.c

index 315212b85ebf9d3f5096c274fa97d9942236c7c8..faddeb51d68e59bd5f14367a94cd003aa757c70c 100755 (executable)
@@ -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;
        }
   }