config: deindent all help texts
[oweals/busybox.git] / miscutils / watchdog.c
index d379a97f42d912fed2102b250e06f27f6ad1d98a..ec06bcb513e0658c17820753b8cb39ba79150188 100644 (file)
@@ -9,16 +9,16 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config WATCHDOG
-//config:      bool "watchdog"
+//config:      bool "watchdog (5.1 kb)"
 //config:      default y
 //config:      select PLATFORM_LINUX
 //config:      help
-//config:        The watchdog utility is used with hardware or software watchdog
-//config:        device drivers. It opens the specified watchdog device special file
-//config:        and periodically writes a magic character to the device. If the
-//config:        watchdog applet ever fails to write the magic character within a
-//config:        certain amount of time, the watchdog device assumes the system has
-//config:        hung, and will cause the hardware to reboot.
+//config:      The watchdog utility is used with hardware or software watchdog
+//config:      device drivers. It opens the specified watchdog device special file
+//config:      and periodically writes a magic character to the device. If the
+//config:      watchdog applet ever fails to write the magic character within a
+//config:      certain amount of time, the watchdog device assumes the system has
+//config:      hung, and will cause the hardware to reboot.
 
 //applet:IF_WATCHDOG(APPLET(watchdog, BB_DIR_SBIN, BB_SUID_DROP))