diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-05-25 00:37:48 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-06-01 10:24:47 +0900 |
commit | a459b24f7e4d9030135e4ea40575d42f4a8fffdf (patch) | |
tree | 2421410e9a69b1932fc26dda83bf3312461ac04b /man/networkctl.xml | |
parent | c095e5b02b2c180d3fa7c140c7589b4bd123a557 (diff) | |
download | systemd-a459b24f7e4d9030135e4ea40575d42f4a8fffdf.tar.gz |
networkctl: optionally show link statistics
Diffstat (limited to 'man/networkctl.xml')
-rw-r--r-- | man/networkctl.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/networkctl.xml b/man/networkctl.xml index 77f1e1fdfc..7f68f249e4 100644 --- a/man/networkctl.xml +++ b/man/networkctl.xml @@ -58,6 +58,17 @@ </listitem> </varlistentry> + <varlistentry> + <term> + <option>-s</option> + <option>--stats</option> + </term> + + <listitem> + <para>Show link statistics with <command>status</command>.</para> + </listitem> + </varlistentry> + <xi:include href="standard-options.xml" xpointer="help" /> <xi:include href="standard-options.xml" xpointer="version" /> <xi:include href="standard-options.xml" xpointer="no-legend" /> |