Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-08-17 12:45:58 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2007-08-17 12:45:58 +0400
commit72d260dbdac310f59d9df5bc32e69abaa3d15dfd (patch)
tree59751fd536a656ae10a4cee7ae819450c12e3ef2
parent856be770a66a4d928f13c9d2f401dc1092e5270e (diff)
remove stray newline from help text
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
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" \