[PATCH 2/3] dhcp: fix typo introduce during rebase of hostname patch
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Wed Apr 18 08:30:03 EDT 2012
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
net/dhcp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/dhcp.c b/net/dhcp.c
index 1d01d05..0c882fb 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>",
-"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"
--
1.7.9.1
More information about the barebox
mailing list