From: Andreas Dilger Date: Mon, 18 Jul 2011 03:13:47 +0000 (-0400) Subject: mke2fs: document stripe_width, not stripe-width X-Git-Tag: v1.42-WIP-0916~34 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=d4c0d8e5b858cdf3d3000f2b3fca532787f34a02;p=tools%2Fe2fsprogs.git 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 Signed-off-by: Theodore Ts'o --- diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index 0d4b046..6901497 100644 --- a/misc/mke2fs.8.in +++ b/misc/mke2fs.8.in @@ -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