config: deindent all help texts
[oweals/busybox.git] / util-linux / chrt.c
index ad13dd512b9df78282d7cbbd1f621c9fd932e00b..4bc8b6cfabaf4cd837f99630c9e27743db8a6420 100644 (file)
@@ -9,8 +9,8 @@
 //config:      bool "chrt (4.4 kb)"
 //config:      default y
 //config:      help
-//config:        manipulate real-time attributes of a process.
-//config:        This requires sched_{g,s}etparam support in your libc.
+//config:      manipulate real-time attributes of a process.
+//config:      This requires sched_{g,s}etparam support in your libc.
 
 //applet:IF_CHRT(APPLET(chrt, BB_DIR_USR_BIN, BB_SUID_DROP))