bc: convert to "G trick" - this returns bc to zero bss increase
[oweals/busybox.git] / coreutils / paste.c
index e4e9c756552a8cdc90a2871f58ea5bd637b1271f..52f67f9513d05e01708267c4dd631db1a6d9c7bf 100644 (file)
@@ -10,8 +10,8 @@
 //config:      bool "paste (4.5 kb)"
 //config:      default y
 //config:      help
-//config:        paste is used to paste lines of different files together
-//config:        and write the result to stdout
+//config:      paste is used to paste lines of different files together
+//config:      and write the result to stdout
 
 //applet:IF_PASTE(APPLET_NOEXEC(paste, paste, BB_DIR_USR_BIN, BB_SUID_DROP, paste))