summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-07-25 23:38:51 +0000
committerRoy Marples <roy@marples.name>2009-07-25 23:38:51 +0000
commit7f4f26b96c152eca0f69639927d6321a6b8fb452 (patch)
treeb8115d264e784e872f46104ba99b18a1423461b8
parent685f6a7778f276746e6b0bb449b9bde32b9ba269 (diff)
downloaddhcpcd-7f4f26b96c152eca0f69639927d6321a6b8fb452.tar.xz
Fix usage.
-rw-r--r--dhcpcd.c17
1 files changed, 9 insertions, 8 deletions
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] <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