claenups for previous commit
[oweals/busybox.git] / coreutils / pwd.c
index 05dee497be028c9b8a1172419c32f49f0700d25c..345d8510045ba054a76edd2ca49c7fdb645c298c 100644 (file)
@@ -7,10 +7,10 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config PWD
-//config:      bool "pwd"
+//config:      bool "pwd (3.4 kb)"
 //config:      default y
 //config:      help
-//config:        pwd is used to print the current directory.
+//config:      pwd is used to print the current directory.
 
 //applet:IF_PWD(APPLET_NOFORK(pwd, pwd, BB_DIR_BIN, BB_SUID_DROP, pwd))