From: Denis Vlasenko Date: Fri, 17 Aug 2007 08:45:58 +0000 (-0000) Subject: remove stray newline from help text X-Git-Tag: 1_7_0~36 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=72d260dbdac310f59d9df5bc32e69abaa3d15dfd;p=oweals%2Fbusybox.git remove stray newline from help text --- diff --git a/include/usage.h b/include/usage.h index e2686a2b4..e062c0c02 100644 --- a/include/usage.h +++ b/include/usage.h @@ -3655,7 +3655,7 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when "[-Cfbnqtv] [-c CID] [-V VCLS] [-H HOSTNAME] [-i INTERFACE]\n" \ " [-p pidfile] [-r IP] [-s script]" #define udhcpc_full_usage \ - "\n -V,--vendorclass=CLASSID Set vendor class identifier" \ + " -V,--vendorclass=CLASSID Set vendor class identifier" \ "\n -i,--interface=INTERFACE Interface to use (default: eth0)" \ "\n -H,-h,--hostname=HOSTNAME Client hostname" \ "\n -c,--clientid=CLIENTID Set client identifier" \