aboutsummaryrefslogtreecommitdiffstats
path: root/mtu.c
diff options
context:
space:
mode:
Diffstat (limited to 'mtu.c')
-rw-r--r--mtu.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/mtu.c b/mtu.c
index 1ef1bce..8e03c07 100644
--- a/mtu.c
+++ b/mtu.c
@@ -20,7 +20,13 @@ static void usage(void)
"usage: mtu -i <mtu-size> <host>\n"
" mtu -I <host>\n"
" mtu -d <host>\n"
- " mtu -D <host>\n");
+ " mtu -D <host>\n"
+ "\n"
+ " -i <mtu-size> Inject <mtu-size> as PMTU to <host>\n"
+ " -I Inject local PMTU as PMTU to <host>\n"
+ " -d Discover PMTU to <host>\n"
+ " -D Discover PMTU to <host> and assign it to interface MTU\n"
+ "\n");
exit(3);
}