From: mb Date: Tue, 7 Apr 2009 23:32:15 +0000 (+0000) Subject: Fix dfu-util helptext wrapping X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=aa10cb0781156f082c153197388f4abdd2a61fe3;p=packages.git Fix dfu-util helptext wrapping git-svn-id: svn://svn.openwrt.org/openwrt/packages@15145 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/dfu-util/Makefile b/utils/dfu-util/Makefile index 2bf62a764..c490fea13 100644 --- a/utils/dfu-util/Makefile +++ b/utils/dfu-util/Makefile @@ -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" \