aboutsummaryrefslogtreecommitdiffstats
path: root/ip/ip.c
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2013-03-11 14:59:55 -0700
committerStephen Hemminger <stephen@networkplumber.org>2013-03-11 16:53:37 -0700
commitf4809174861fac991bf65880dc32ada555888eab (patch)
tree250144dd9af162226347740a913dd0d8f329bbfd /ip/ip.c
parent8ae660941f2735dd0ae418447c8179592189b140 (diff)
downloadplatform_external_iproute2-f4809174861fac991bf65880dc32ada555888eab.tar.gz
platform_external_iproute2-f4809174861fac991bf65880dc32ada555888eab.tar.bz2
platform_external_iproute2-f4809174861fac991bf65880dc32ada555888eab.zip
iproute2: Document the -D and -I options
While looking into a sysctl regression in decnet on old kernels I discovered this omission in the iproute2 documentation. I can't imagine anyone's muscle memory remembering the longer forms. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to 'ip/ip.c')
-rw-r--r--ip/ip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ip/ip.c b/ip/ip.c
index c3ff6270..e10ddb2f 100644
--- a/ip/ip.c
+++ b/ip/ip.c
@@ -48,6 +48,7 @@ static void usage(void)
" netns | l2tp | tcp_metrics }\n"
" OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails] | -r[esolve] |\n"
" -f[amily] { inet | inet6 | ipx | dnet | bridge | link } |\n"
+" -4 | -6 | -I | -D | -B | -0 |\n"
" -l[oops] { maximum-addr-flush-attempts } |\n"
" -o[neline] | -t[imestamp] | -b[atch] [filename] |\n"
" -rc[vbuf] [size]}\n");