9
0
Fork 0

dhcp: fix typo introduce during rebase of hostname patch

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2012-04-18 14:30:03 +02:00 committed by Sascha Hauer
parent 4e2a42766b
commit 0613fca0b3
1 changed files with 1 additions and 1 deletions

View File

@ -681,7 +681,7 @@ BAREBOX_CMD_HELP_START(dhcp)
BAREBOX_CMD_HELP_USAGE("dhcp [OPTIONS]\n")
BAREBOX_CMD_HELP_SHORT("Invoke dhcp client to obtain ip/boot params.\n")
BAREBOX_CMD_HELP_OPT ("-H <hostname>",
"Hostname to send to the DHCP server\n");
"Hostname to send to the DHCP server\n")
BAREBOX_CMD_HELP_OPT ("-v <vendor_id>",
"DHCP Vendor ID (code 60) submitted in DHCP requests. It can\n"
"be used in the DHCP server's configuration to select options\n"