ntpd: default to FEATURE_NTP_AUTH=y
[oweals/busybox.git] / coreutils / uniq.c
index 3f9c56e746bd42a5ba6953e139c9b2f9609753df..f71557b675081f1843eabcfbd814bf4928653c2e 100644 (file)
@@ -10,7 +10,7 @@
 //config:      bool "uniq (4.8 kb)"
 //config:      default y
 //config:      help
-//config:        uniq is used to remove duplicate lines from a sorted file.
+//config:      uniq is used to remove duplicate lines from a sorted file.
 
 //applet:IF_UNIQ(APPLET(uniq, BB_DIR_USR_BIN, BB_SUID_DROP))