From 0613fca0b3c86bf8b7bdd6ef8e184f638d6123b5 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 18 Apr 2012 14:30:03 +0200 Subject: [PATCH] dhcp: fix typo introduce during rebase of hostname patch Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Sascha Hauer --- net/dhcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/dhcp.c b/net/dhcp.c index 1d01d059d..0c882fb04 100644 --- a/net/dhcp.c +++ b/net/dhcp.c @@ -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 to send to the DHCP server\n"); +"Hostname to send to the DHCP server\n") BAREBOX_CMD_HELP_OPT ("-v ", "DHCP Vendor ID (code 60) submitted in DHCP requests. It can\n" "be used in the DHCP server's configuration to select options\n"