claenups for previous commit
[oweals/busybox.git] / coreutils / factor.c
index 205cdc0533fcbfb173c26b72a5d5ff6a78eded88..467e23a4d81aebbda0fcba7cab6f31d05f14c0d8 100644 (file)
@@ -4,10 +4,10 @@
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
 //config:config FACTOR
-//config:      bool "factor"
+//config:      bool "factor (2.6 kb)"
 //config:      default y
 //config:      help
-//config:        factor factorizes integers
+//config:      factor factorizes integers
 
 //applet:IF_FACTOR(APPLET(factor, BB_DIR_USR_BIN, BB_SUID_DROP))