diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-17 08:45:58 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-17 08:45:58 +0000 |
commit | 72d260dbdac310f59d9df5bc32e69abaa3d15dfd (patch) | |
tree | 59751fd536a656ae10a4cee7ae819450c12e3ef2 | |
parent | 856be770a66a4d928f13c9d2f401dc1092e5270e (diff) | |
download | busybox-w32-72d260dbdac310f59d9df5bc32e69abaa3d15dfd.tar.gz busybox-w32-72d260dbdac310f59d9df5bc32e69abaa3d15dfd.tar.bz2 busybox-w32-72d260dbdac310f59d9df5bc32e69abaa3d15dfd.zip |
remove stray newline from help text
-rw-r--r-- | include/usage.h | 2 |
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 | |||
3655 | "[-Cfbnqtv] [-c CID] [-V VCLS] [-H HOSTNAME] [-i INTERFACE]\n" \ | 3655 | "[-Cfbnqtv] [-c CID] [-V VCLS] [-H HOSTNAME] [-i INTERFACE]\n" \ |
3656 | " [-p pidfile] [-r IP] [-s script]" | 3656 | " [-p pidfile] [-r IP] [-s script]" |
3657 | #define udhcpc_full_usage \ | 3657 | #define udhcpc_full_usage \ |
3658 | "\n -V,--vendorclass=CLASSID Set vendor class identifier" \ | 3658 | " -V,--vendorclass=CLASSID Set vendor class identifier" \ |
3659 | "\n -i,--interface=INTERFACE Interface to use (default: eth0)" \ | 3659 | "\n -i,--interface=INTERFACE Interface to use (default: eth0)" \ |
3660 | "\n -H,-h,--hostname=HOSTNAME Client hostname" \ | 3660 | "\n -H,-h,--hostname=HOSTNAME Client hostname" \ |
3661 | "\n -c,--clientid=CLIENTID Set client identifier" \ | 3661 | "\n -c,--clientid=CLIENTID Set client identifier" \ |