reorder usage to correspond to manual page
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 16 Jan 1987 13:23:11 +0000 (05:23 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 16 Jan 1987 13:23:11 +0000 (05:23 -0800)
SCCS-vsn: sbin/newfs/newfs.c 6.3

usr/src/sbin/newfs/newfs.c

index addca2a..1a92c60 100644 (file)
@@ -11,7 +11,7 @@ char copyright[] =
 #endif not lint
 
 #ifndef lint
 #endif not lint
 
 #ifndef lint
-static char sccsid[] = "@(#)newfs.c    6.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)newfs.c    6.3 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
@@ -289,22 +289,22 @@ next:
                fprintf(stderr, "where fsoptions are:\n");
                fprintf(stderr, "\t-N do not create file system, %s\n",
                        "just print out parameters");
                fprintf(stderr, "where fsoptions are:\n");
                fprintf(stderr, "\t-N do not create file system, %s\n",
                        "just print out parameters");
-               fprintf(stderr, "\t-s file system size (sectors)\n");
                fprintf(stderr, "\t-b block size\n");
                fprintf(stderr, "\t-f frag size\n");
                fprintf(stderr, "\t-b block size\n");
                fprintf(stderr, "\t-f frag size\n");
-               fprintf(stderr, "\t-d sectors/track\n");
-               fprintf(stderr, "\t-t tracks/cylinder\n");
-               fprintf(stderr, "\t-c cylinders/group\n");
                fprintf(stderr, "\t-m minimum free space %%\n");
                fprintf(stderr, "\t-o optimization preference %s\n",
                        "(`space' or `time')");
                fprintf(stderr, "\t-m minimum free space %%\n");
                fprintf(stderr, "\t-o optimization preference %s\n",
                        "(`space' or `time')");
-               fprintf(stderr, "\t-r revolutions/minute\n");
                fprintf(stderr, "\t-i number of bytes per inode\n");
                fprintf(stderr, "\t-i number of bytes per inode\n");
+               fprintf(stderr, "\t-c cylinders/group\n");
+               fprintf(stderr, "\t-s file system size (sectors)\n");
+               fprintf(stderr, "\t-r revolutions/minute\n");
                fprintf(stderr, "\t-S sector size\n");
                fprintf(stderr, "\t-S sector size\n");
-               fprintf(stderr, "\t-l hardware sector interleave\n");
-               fprintf(stderr, "\t-k sector 0 skew, per track\n");
+               fprintf(stderr, "\t-d sectors/track\n");
+               fprintf(stderr, "\t-t tracks/cylinder\n");
                fprintf(stderr, "\t-p spare sectors per track\n");
                fprintf(stderr, "\t-a spare sectors per cylinder\n");
                fprintf(stderr, "\t-p spare sectors per track\n");
                fprintf(stderr, "\t-a spare sectors per cylinder\n");
+               fprintf(stderr, "\t-l hardware sector interleave\n");
+               fprintf(stderr, "\t-k sector 0 skew, per track\n");
                exit(1);
        }
        special = argv[0];
                exit(1);
        }
        special = argv[0];