summaryrefslogtreecommitdiff
path: root/relay
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2016-08-01 12:35:33 -0700
committerShawn Routhier <sar@isc.org>2016-08-01 12:35:33 -0700
commitfb641d8ee5c78835e7e639a037a1b7fde9d3d2ef (patch)
tree546fbe3099d429926a1b9b7d78009318c502be05 /relay
parent21f3982ab38c1fbf61edc59128d4ed0318374006 (diff)
downloadisc-dhcp-fb641d8ee5c78835e7e639a037a1b7fde9d3d2ef.tar.gz
[master] Fix typo in dhcrelay for -U error message
Diffstat (limited to 'relay')
-rw-r--r--relay/dhcrelay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c
index 2723356b..c72d6f31 100644
--- a/relay/dhcrelay.c
+++ b/relay/dhcrelay.c
@@ -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]);
}