remove stray newline from help text
authorDenis Vlasenko <vda.linux@googlemail.com>
Fri, 17 Aug 2007 08:45:58 +0000 (08:45 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Fri, 17 Aug 2007 08:45:58 +0000 (08:45 -0000)
include/usage.h

index e2686a2b4767d58acd5bfac77325fce958ea254b..e062c0c02af24c8ec7176e1d64345eee0ee3273a 100644 (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" \