diff options
Diffstat (limited to 'e2fsprogs/Config.in')
-rw-r--r-- | e2fsprogs/Config.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/e2fsprogs/Config.in b/e2fsprogs/Config.in index 9a0088a..964d08e 100644 --- a/e2fsprogs/Config.in +++ b/e2fsprogs/Config.in @@ -41,12 +41,12 @@ config LSATTR ### mke2fs is used to create an ext2/ext3 filesystem. The normal compat ### symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided. -### config TUNE2FS -### bool "tune2fs" -### default n -### help -### tune2fs allows the system administrator to adjust various tunable -### filesystem parameters on Linux ext2/ext3 filesystems. +config TUNE2FS + bool "tune2fs" + default n + help + tune2fs allows the system administrator to adjust various tunable + filesystem parameters on Linux ext2/ext3 filesystems. ### config E2LABEL ### bool "e2label" |