dhcpmac: fix rename leftover from typo

This commit is contained in:
Jriri Moravec
2009-04-03 03:14:00 +02:00
committed by Jan Engelhardt
parent f21e372402
commit c288ecdb9c

View File

@@ -30,7 +30,7 @@ static const struct option dhcpmac_tg_opts[] = {
static void dhcpmac_tg_help(void)
{
printf(
"DHCPADDDR target options:\n"
"DHCPMAC target options:\n"
" --set-mac lladdr[/mask] Set MAC address in DHCP Client Host field\n"
);
}