Rename dhcp-hostname cmdarg to dhcp-set-hostname.

This commit is contained in:
Nicholas J. Kain 2014-03-10 14:43:37 -04:00
parent 94d6b1fb2e
commit 47dbf3e24d

View File

@ -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}