Re-add --no-hosts and --copy-hosts for backwards compatibility and declare them deprecated
This commit is contained in:
parent
d8e4774bcf
commit
e6f57bdebe
@ -1552,6 +1552,9 @@ sub parseCommandLineArguments
|
||||
# Hosts options
|
||||
"nohosts", \$CONFIG{ 'nohosts' },
|
||||
"copyhosts", \$CONFIG{ 'copyhosts' },
|
||||
# Deprecated legacy options for backwards compatibility
|
||||
"no-hosts", \$CONFIG{ 'nohosts' },
|
||||
"copy-hosts", \$CONFIG{ 'copyhosts' },
|
||||
|
||||
# Networking options
|
||||
"dhcp", \$CONFIG{ 'dhcp' },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user