ntpd: default to FEATURE_NTP_AUTH=y
[oweals/busybox.git] / coreutils / hostid.c
index 790384c95a6b3e2b4c23485e4c69ded534211a3c..d21e6d6aca70e88c6de3fd3303bb456411b5f052 100644 (file)
@@ -10,8 +10,8 @@
 //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))