remove stray newline from help text

This commit is contained in:
Denis Vlasenko 2007-08-17 08:45:58 +00:00
parent 856be770a6
commit 72d260dbda

View File

@ -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" \