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) |
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 @@ "\tUsage: udhcpc [OPTIONS]\n" \ "\t-c,\t--clientid=CLIENTID\tClient identifier\n" \ "\t-H,\t--hostname=HOSTNAME\tClient hostname\n" \ - "\t-h,\t \tAlias for -h\n" \ + "\t-h,\t \tAlias for -H\n" \ "\t-f,\t--foreground\tDo not fork after getting lease\n" \ "\t-b,\t--background\tFork to background if lease cannot be immediately negotiated.\n" \ "\t-i,\t--interface=INTERFACE\tInterface to use (default: eth0)\n" \ |