diff options
Diffstat (limited to 'e2fsprogs')
-rw-r--r-- | e2fsprogs/chattr.c | 2 | ||||
-rw-r--r-- | e2fsprogs/fsck.c | 2 | ||||
-rw-r--r-- | e2fsprogs/lsattr.c | 2 | ||||
-rw-r--r-- | e2fsprogs/tune2fs.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/e2fsprogs/chattr.c b/e2fsprogs/chattr.c index 043f39591..f84ff0d0c 100644 --- a/e2fsprogs/chattr.c +++ b/e2fsprogs/chattr.c @@ -10,7 +10,7 @@ * Public License */ //config:config CHATTR -//config: bool "chattr" +//config: bool "chattr (3.2 kb)" //config: default y //config: help //config: chattr changes the file attributes on a second extended file system. diff --git a/e2fsprogs/fsck.c b/e2fsprogs/fsck.c index eb53002b1..8d03e0cee 100644 --- a/e2fsprogs/fsck.c +++ b/e2fsprogs/fsck.c @@ -34,7 +34,7 @@ * It doesn't guess filesystem types from on-disk format. */ //config:config FSCK -//config: bool "fsck" +//config: bool "fsck (6.7 kb)" //config: default y //config: help //config: fsck is used to check and optionally repair one or more filesystems. diff --git a/e2fsprogs/lsattr.c b/e2fsprogs/lsattr.c index d2348b5f7..f59fe93a2 100644 --- a/e2fsprogs/lsattr.c +++ b/e2fsprogs/lsattr.c @@ -10,7 +10,7 @@ * Public License */ //config:config LSATTR -//config: bool "lsattr" +//config: bool "lsattr (5 kb)" //config: default y //config: select PLATFORM_LINUX //config: help diff --git a/e2fsprogs/tune2fs.c b/e2fsprogs/tune2fs.c index e9bad66ad..d9fac4e42 100644 --- a/e2fsprogs/tune2fs.c +++ b/e2fsprogs/tune2fs.c @@ -7,7 +7,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config TUNE2FS -//config: bool "tune2fs" +//config: bool "tune2fs (4.4 kb)" //config: default n # off: it is too limited compared to upstream version //config: help //config: tune2fs allows the system administrator to adjust various tunable |