ntpd: default to FEATURE_NTP_AUTH=y
[oweals/busybox.git] / coreutils / hostid.c
index 5b47de1bc00c3d5b7ba141f3fd7bb3428f391746..d21e6d6aca70e88c6de3fd3303bb456411b5f052 100644 (file)
@@ -7,11 +7,11 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config HOSTID
-//config:      bool "hostid"
+//config:      bool "hostid (247 bytes)"
 //config:      default y
 //config:      help
-//config:        hostid prints the numeric identifier (in hexadecimal) for
-//config:        the current host.
+//config:      hostid prints the numeric identifier (in hexadecimal) for
+//config:      the current host.
 
 //applet:IF_HOSTID(APPLET_NOFORK(hostid, hostid, BB_DIR_USR_BIN, BB_SUID_DROP, hostid))