]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
man: ip: add -h[uman-readable] option
authorPhil Sutter <phil@nwl.cc>
Fri, 18 Sep 2015 18:17:01 +0000 (20:17 +0200)
committerStephen Hemminger <shemming@brocade.com>
Wed, 23 Sep 2015 22:57:50 +0000 (15:57 -0700)
Since 'ip help' lists it, it should be described in ip.8 as well.

Signed-off-by: Phil Sutter <phil@nwl.cc>
man/man8/ip.8

index 9da086d3c07c697a6e8886b64d4a5163452114d9..e6c2b32a8be2e5d322dcc87bbec03979f00fe580 100644 (file)
@@ -27,6 +27,7 @@ ip \- show / manipulate routing, devices, policy routing and tunnels
 .ti -8
 .IR OPTIONS " := { "
 \fB\-V\fR[\fIersion\fR] |
+\fB\-h\fR[\fIuman-readable\fR] |
 \fB\-s\fR[\fItatistics\fR] |
 \fB\-r\fR[\fIesolve\fR] |
 \fB\-f\fR[\fIamily\fR] {
@@ -45,6 +46,10 @@ Print the version of the
 .B ip
 utility and exit.
 
+.TP
+.BR "\-h", " \-human", " \-human-readable"
+output statistics with human readable values followed by suffix.
+
 .TP
 .BR "\-b", " \-batch " <FILENAME>
 Read commands from provided file or standard input and invoke them.