mke2fs: document stripe_width, not stripe-width

For consistency with other multi-word options, document the extended
option stripe_width instead of stripe-width.  This also avoids the
complexity of parsing options that have an embedded '-'.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
bitmap-optimize
Andreas Dilger 2011-07-17 23:13:47 -04:00 committed by Theodore Ts'o
parent 92122d324d
commit d4c0d8e5b8
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ This mostly affects placement of filesystem metadata like bitmaps at
time to avoid placing them on a single disk, which can hurt performance.
It may also be used by the block allocator.
.TP
.BI stripe-width= stripe-width
.BI stripe_width= stripe-width
Configure the filesystem for a RAID array with
.I stripe-width
filesystem blocks per stripe. This is typically stride-size * N, where