Mercurial > hg > dhcpcd
changeset 1370:69a096357e74 draft
Fix usage.
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Sat, 25 Jul 2009 23:37:20 +0000 |
| parents | eee0361f0680 |
| children | 8b33a6ea3a65 |
| files | dhcpcd.c |
| diffstat | 1 files changed, 9 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/dhcpcd.c Sat Jul 25 23:22:10 2009 +0000 +++ b/dhcpcd.c Sat Jul 25 23:37:20 2009 +0000 @@ -137,14 +137,15 @@ 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] <interface>\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] <interface>\n"); } static void
