From: Roy Marples Date: Sat, 25 Jul 2009 23:37:20 +0000 (+0000) Subject: Fix usage. X-Git-Tag: v5.1.0~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15bad73c4e143c05a36326c5cbb59781576dd7cd;p=thirdparty%2Fdhcpcd.git Fix usage. --- diff --git a/dhcpcd.c b/dhcpcd.c index f165d24f..9bdb8c1c 100644 --- a/dhcpcd.c +++ b/dhcpcd.c @@ -137,14 +137,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