Fix dfu-util helptext wrapping
authormb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 7 Apr 2009 23:32:15 +0000 (23:32 +0000)
committermb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 7 Apr 2009 23:32:15 +0000 (23:32 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15145 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/dfu-util/Makefile

index 2bf62a7..c490fea 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" \