diff options
author | Russ Dill <Russ.Dill@asu.edu> | 2002-11-05 20:13:41 +0000 |
---|---|---|
committer | Russ Dill <Russ.Dill@asu.edu> | 2002-11-05 20:13:41 +0000 |
commit | 0288c8e543a62fb8c5ca4200c7897eb43bbfbb41 (patch) | |
tree | 0b53835502f14274c4e6ec67a6c331b17a5ecee7 | |
parent | da970859da589432f5006bbbbb6fabc3339343a7 (diff) | |
download | busybox-w32-0288c8e543a62fb8c5ca4200c7897eb43bbfbb41.tar.gz busybox-w32-0288c8e543a62fb8c5ca4200c7897eb43bbfbb41.tar.bz2 busybox-w32-0288c8e543a62fb8c5ca4200c7897eb43bbfbb41.zip |
typo in udhcpc help
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 8ea8c5a92..b66d96402 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1982,7 +1982,7 @@ | |||
1982 | "\tUsage: udhcpc [OPTIONS]\n" \ | 1982 | "\tUsage: udhcpc [OPTIONS]\n" \ |
1983 | "\t-c,\t--clientid=CLIENTID\tClient identifier\n" \ | 1983 | "\t-c,\t--clientid=CLIENTID\tClient identifier\n" \ |
1984 | "\t-H,\t--hostname=HOSTNAME\tClient hostname\n" \ | 1984 | "\t-H,\t--hostname=HOSTNAME\tClient hostname\n" \ |
1985 | "\t-h,\t \tAlias for -h\n" \ | 1985 | "\t-h,\t \tAlias for -H\n" \ |
1986 | "\t-f,\t--foreground\tDo not fork after getting lease\n" \ | 1986 | "\t-f,\t--foreground\tDo not fork after getting lease\n" \ |
1987 | "\t-b,\t--background\tFork to background if lease cannot be immediately negotiated.\n" \ | 1987 | "\t-b,\t--background\tFork to background if lease cannot be immediately negotiated.\n" \ |
1988 | "\t-i,\t--interface=INTERFACE\tInterface to use (default: eth0)\n" \ | 1988 | "\t-i,\t--interface=INTERFACE\tInterface to use (default: eth0)\n" \ |