config: deindent all help texts
[oweals/busybox.git] / util-linux / lsusb.c
index 9d12d875235f760f8b5923bf82f8b8184d2b5768..cabf047cf7fc9786394b1130a5185576ef500e47 100644 (file)
 //config:      default y
 //config:      #select PLATFORM_LINUX
 //config:      help
-//config:        lsusb is a utility for displaying information about USB buses in the
-//config:        system and devices connected to them.
+//config:      lsusb is a utility for displaying information about USB buses in the
+//config:      system and devices connected to them.
 //config:
-//config:        This version uses sysfs (/sys/bus/usb/devices) only.
+//config:      This version uses sysfs (/sys/bus/usb/devices) only.
 
 //applet:IF_LSUSB(APPLET(lsusb, BB_DIR_USR_BIN, BB_SUID_DROP))