Rename dhcp-hostname cmdarg to dhcp-set-hostname.
This commit is contained in:
parent
94d6b1fb2e
commit
47dbf3e24d
@ -346,7 +346,7 @@ int main(int argc, char **argv)
|
|||||||
{"arp-probe-min", required_argument, 0, 'm'},
|
{"arp-probe-min", required_argument, 0, 'm'},
|
||||||
{"arp-probe-max", required_argument, 0, 'M'},
|
{"arp-probe-max", required_argument, 0, 'M'},
|
||||||
{"resolv-conf", required_argument, 0, 'R'},
|
{"resolv-conf", required_argument, 0, 'R'},
|
||||||
{"dhcp-hostname", no_argument, 0, 'H'},
|
{"dhcp-set-hostname", no_argument, 0, 'H'},
|
||||||
{"version", no_argument, 0, 'v'},
|
{"version", no_argument, 0, 'v'},
|
||||||
{"help", no_argument, 0, '?'},
|
{"help", no_argument, 0, '?'},
|
||||||
{0, 0, 0, 0}
|
{0, 0, 0, 0}
|
||||||
|
Loading…
Reference in New Issue
Block a user