config: deindent all help texts
[oweals/busybox.git] / coreutils / cut.c
index 2338702f322003777466019caf63f083c92fcde7..6578ce8cebb22f9617499a8aba0e638d9b431900 100644 (file)
@@ -12,8 +12,8 @@
 //config:      bool "cut (5.3 kb)"
 //config:      default y
 //config:      help
-//config:        cut is used to print selected parts of lines from
-//config:        each file to stdout.
+//config:      cut is used to print selected parts of lines from
+//config:      each file to stdout.
 
 //applet:IF_CUT(APPLET_NOEXEC(cut, cut, BB_DIR_USR_BIN, BB_SUID_DROP, cut))