mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
Correct two typos.
Reported by: Brandon Falk <falkman gamozo org> MFC after: 1 week
This commit is contained in:
parent
d0d444da07
commit
e475c594e4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203534
@ -499,13 +499,13 @@ usage()
|
||||
getprogname(),
|
||||
" [device-type]");
|
||||
fprintf(stderr, "where fsoptions are:\n");
|
||||
fprintf(stderr, "\t-E Erase previuos disk content\n");
|
||||
fprintf(stderr, "\t-E Erase previous disk content\n");
|
||||
fprintf(stderr, "\t-J Enable journaling via gjournal\n");
|
||||
fprintf(stderr, "\t-L volume label to add to superblock\n");
|
||||
fprintf(stderr,
|
||||
"\t-N do not create file system, just print out parameters\n");
|
||||
fprintf(stderr, "\t-O file system format: 1 => UFS1, 2 => UFS2\n");
|
||||
fprintf(stderr, "\t-R regression test, supress random factors\n");
|
||||
fprintf(stderr, "\t-R regression test, suppress random factors\n");
|
||||
fprintf(stderr, "\t-S sector size\n");
|
||||
fprintf(stderr, "\t-T disktype\n");
|
||||
fprintf(stderr, "\t-U enable soft updates\n");
|
||||
|
Loading…
Reference in New Issue
Block a user