From d4c0d8e5b858cdf3d3000f2b3fca532787f34a02 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Sun, 17 Jul 2011 23:13:47 -0400 Subject: [PATCH] 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 --- misc/mke2fs.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index 0d4b046a..6901497e 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