config: deindent all help texts
[oweals/busybox.git] / miscutils / adjtimex.c
index 6355cc1efe57317c36ad721a7af667b1613965d7..04ba5636fc469674b02593410f4870f4e1bcf2b2 100644 (file)
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config ADJTIMEX
-//config:      bool "adjtimex"
+//config:      bool "adjtimex (4.5 kb)"
 //config:      default y
 //config:      select PLATFORM_LINUX
 //config:      help
-//config:        Adjtimex reads and optionally sets adjustment parameters for
-//config:        the Linux clock adjustment algorithm.
+//config:      Adjtimex reads and optionally sets adjustment parameters for
+//config:      the Linux clock adjustment algorithm.
 
 //applet:IF_ADJTIMEX(APPLET(adjtimex, BB_DIR_SBIN, BB_SUID_DROP))