diff options
Diffstat (limited to 'util-linux/fatattr.c')
-rw-r--r-- | util-linux/fatattr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/fatattr.c b/util-linux/fatattr.c index 030978f64..9fb566d5a 100644 --- a/util-linux/fatattr.c +++ b/util-linux/fatattr.c | |||
@@ -9,11 +9,11 @@ | |||
9 | * Public License | 9 | * Public License |
10 | */ | 10 | */ |
11 | //config:config FATATTR | 11 | //config:config FATATTR |
12 | //config: bool "fatattr" | 12 | //config: bool "fatattr (1.9 kb)" |
13 | //config: default y | 13 | //config: default y |
14 | //config: select PLATFORM_LINUX | 14 | //config: select PLATFORM_LINUX |
15 | //config: help | 15 | //config: help |
16 | //config: fatattr lists or changes the file attributes on a fat file system. | 16 | //config: fatattr lists or changes the file attributes on a fat file system. |
17 | 17 | ||
18 | //applet:IF_FATATTR(APPLET(fatattr, BB_DIR_BIN, BB_SUID_DROP)) | 18 | //applet:IF_FATATTR(APPLET(fatattr, BB_DIR_BIN, BB_SUID_DROP)) |
19 | 19 | ||