diff options
Diffstat (limited to 'util-linux/fstrim.c')
-rw-r--r-- | util-linux/fstrim.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/fstrim.c b/util-linux/fstrim.c index 563aa9720..6d0d61d92 100644 --- a/util-linux/fstrim.c +++ b/util-linux/fstrim.c | |||
@@ -9,11 +9,11 @@ | |||
9 | */ | 9 | */ |
10 | 10 | ||
11 | //config:config FSTRIM | 11 | //config:config FSTRIM |
12 | //config: bool "fstrim" | 12 | //config: bool "fstrim (5.5 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: Discard unused blocks on a mounted filesystem. | 16 | //config: Discard unused blocks on a mounted filesystem. |
17 | 17 | ||
18 | //applet:IF_FSTRIM(APPLET(fstrim, BB_DIR_SBIN, BB_SUID_DROP)) | 18 | //applet:IF_FSTRIM(APPLET(fstrim, BB_DIR_SBIN, BB_SUID_DROP)) |
19 | 19 | ||