mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-30 13:57:50 +00:00
[master] Fix typo in dhcrelay for -U error message
This commit is contained in:
@@ -378,7 +378,7 @@ main(int argc, char **argv) {
|
||||
usage(use_noarg, argv[i-1]);
|
||||
|
||||
if (uplink) {
|
||||
usage("more than one uplink (-u) specified: %s"
|
||||
usage("more than one uplink (-U) specified: %s"
|
||||
,argv[i]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user