2
0
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:
Shawn Routhier
2016-08-01 12:35:33 -07:00
parent 21f3982ab3
commit fb641d8ee5

View File

@@ -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]);
} }