summaryrefslogtreecommitdiff
path: root/man/networkctl.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-01-07 11:32:03 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-01-07 22:20:37 +0900
commit10c71c3605d7cc59d86e822a20c055b9ca9bf2bc (patch)
tree1e79daaa5af96bc55157ab4eb800143956424aa6 /man/networkctl.xml
parent0e97a910a63d338f0acce6302de76b3e96c9cd70 (diff)
downloadsystemd-10c71c3605d7cc59d86e822a20c055b9ca9bf2bc.tar.gz
networkctl: status command also shows logs of networkd
Closes #14050.
Diffstat (limited to 'man/networkctl.xml')
-rw-r--r--man/networkctl.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/man/networkctl.xml b/man/networkctl.xml
index 0502ab752c..6b3702bfd3 100644
--- a/man/networkctl.xml
+++ b/man/networkctl.xml
@@ -311,6 +311,25 @@ s - Service VLAN, m - Two-port MAC Relay (TPMR)
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>-l</option></term>
+ <term><option>--full</option></term>
+
+ <listitem>
+ <para>Do not ellipsize the logs in <command>status</command> command.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>-n</option></term>
+ <term><option>--lines=</option></term>
+
+ <listitem>
+ <para>When used with <command>status</command>, controls the number of journal lines to show,
+ counting from the most recent ones. Takes a positive integer argument. Defaults to 10.</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" />