Fix dfu-util helptext wrapping
authorMichael Büsch <mb@bu3sch.de>
Tue, 7 Apr 2009 23:32:15 +0000 (23:32 +0000)
committerMichael Büsch <mb@bu3sch.de>
Tue, 7 Apr 2009 23:32:15 +0000 (23:32 +0000)
SVN-Revision: 15145

utils/dfu-util/Makefile

index 2bf62a76454bb3463cf8bc730590c66fc04b1eef..c490fea1361fe14c8e9351ea33c9e148d132ea2b 100644 (file)
@@ -29,7 +29,9 @@ define Package/dfu-util
 endef
 
 define Package/dfu-util/description
-       Dfu-util is a program that implements the host side of the USB DFU \    (Universal Serial Bus Device Firmware Upgrade) protocol. \      This version is specifically used to flash the FIC Neo 1973 mobile phone.
+       Dfu-util is a program that implements the host side of the USB DFU
+       (Universal Serial Bus Device Firmware Upgrade) protocol.
+       This version is specifically used to flash the FIC Neo 1973 mobile phone.
 endef
 
 # CONFIGURE_VARS += USB_CFLAGS="-I $(STAGING_DIR)/usr/include" \