claenups for previous commit
[oweals/busybox.git] / coreutils / fsync.c
index 596a2bcaf3cddf699df59e1daf9112892256fafa..5e77e2c16265540b005f8f10ed9760b7b1c267b8 100644 (file)
@@ -7,10 +7,10 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config FSYNC
-//config:      bool "fsync"
+//config:      bool "fsync (3.7 kb)"
 //config:      default y
 //config:      help
-//config:        fsync is used to flush file-related cached blocks to disk.
+//config:      fsync is used to flush file-related cached blocks to disk.
 
 //applet:IF_FSYNC(APPLET_NOFORK(fsync, fsync, BB_DIR_BIN, BB_SUID_DROP, fsync))