From: Roy Marples Date: Sat, 25 Jul 2009 23:38:51 +0000 (+0000) Subject: Fix usage. X-Git-Tag: v5.0.7~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f4f26b96c152eca0f69639927d6321a6b8fb452;p=thirdparty%2Fdhcpcd.git Fix usage. --- diff --git a/dhcpcd.c b/dhcpcd.c index f2a66890..52c7fa2d 100644 --- a/dhcpcd.c +++ b/dhcpcd.c @@ -136,14 +136,15 @@ read_pid(void) static void usage(void) { - printf("usage: "PACKAGE" [-deknpqxyADEGHKLOTV] [-c script] [-f file ]" - " [-h hostname]\n" - " [-i classID ] [-l leasetime] [-m metric]" - " [-o option] [-r ipaddr]\n" - " [-s ipaddr] [-t timeout] [-u userclass]" - " [-F none|ptr|both]\n" - " [-I clientID] [-C hookscript] [-Q option]" - " [-X ipaddr] \n"); + printf("usage: "PACKAGE" [-dgknpqxyADEGHKLOTV] [-c script] [-f file]" + " [-e var=val]\n" + " [-h hostname] [-i classID ] [-l leasetime]" + " [-m metric] [-o option]\n" + " [-r ipaddr] [-s ipaddr] [-t timeout]" + " [-u userclass]\n" + " [-F none|ptr|both] [-I clientID] [-C hookscript]" + " [-Q option]\n" + " [-X ipaddr] \n"); } static void