diff options
author | Timo Teras <timo.teras@iki.fi> | 2008-12-29 17:12:53 +0200 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2008-12-29 17:12:53 +0200 |
commit | 721d7a15a87df48449f77241c45ad06a5570ba51 (patch) | |
tree | 3f5dff17a51d4a7c3abdc05560028074098bdde6 | |
parent | dbe877cdca9a693462d776dd978592ed1068da0f (diff) | |
download | pingu-721d7a15a87df48449f77241c45ad06a5570ba51.tar.bz2 pingu-721d7a15a87df48449f77241c45ad06a5570ba51.tar.xz |
mtu: a bit more informative usage()
-rw-r--r-- | mtu.c | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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); } |