diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-01-10 04:19:47 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-01-10 04:19:47 +0100 |
commit | b683b82fe77092b06835e75b53de4ddb5f9cdfe8 (patch) | |
tree | 143619a38da9278f92ebeea1c5f99b2dead188eb /man/busctl.xml | |
parent | bash-completion: networkctl: do not show ellipsized link name (diff) | |
download | systemd-b683b82fe77092b06835e75b53de4ddb5f9cdfe8.tar.xz systemd-b683b82fe77092b06835e75b53de4ddb5f9cdfe8.zip |
busctl: introduce --full command line option
Diffstat (limited to 'man/busctl.xml')
-rw-r--r-- | man/busctl.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/busctl.xml b/man/busctl.xml index 2f7eb99951..eebc42105d 100644 --- a/man/busctl.xml +++ b/man/busctl.xml @@ -388,6 +388,15 @@ <xi:include href="user-system-options.xml" xpointer="host" /> <xi:include href="user-system-options.xml" xpointer="machine" /> + <varlistentry> + <term><option>-l</option></term> + <term><option>--full</option></term> + + <listitem> + <para>Do not ellipsize the output in <command>list</command> command.</para> + </listitem> + </varlistentry> + <xi:include href="standard-options.xml" xpointer="no-pager" /> <xi:include href="standard-options.xml" xpointer="no-legend" /> <xi:include href="standard-options.xml" xpointer="help" /> |