mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-02 23:35:23 +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]);
|
usage(use_noarg, argv[i-1]);
|
||||||
|
|
||||||
if (uplink) {
|
if (uplink) {
|
||||||
usage("more than one uplink (-u) specified: %s"
|
usage("more than one uplink (-U) specified: %s"
|
||||||
,argv[i]);
|
,argv[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user