diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-04-26 16:51:11 +0900 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-04-26 09:51:11 +0200 |
commit | ad628501b95b83ac6c0b42bb69db7e1b38c0ff13 (patch) | |
tree | d3d0e0aa2743340663cca8d180b2b982f3102a14 /man | |
parent | 2de23375184592091b2726e6794ff48c35da4930 (diff) | |
download | systemd-ad628501b95b83ac6c0b42bb69db7e1b38c0ff13.tar.gz systemd-ad628501b95b83ac6c0b42bb69db7e1b38c0ff13.tar.bz2 systemd-ad628501b95b83ac6c0b42bb69db7e1b38c0ff13.zip |
man: fix description of --value option for loginctl (#8820)
Diffstat (limited to 'man')
-rw-r--r-- | man/loginctl.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/man/loginctl.xml b/man/loginctl.xml index 5a9533f582..613feea92b 100644 --- a/man/loginctl.xml +++ b/man/loginctl.xml @@ -85,11 +85,9 @@ <varlistentry> <term><option>--value</option></term> - <listitem> - <para>When printing properties with <command>show</command>, - only print the value, and skip the property name and - <literal>=</literal>.</para> - </listitem> + <listitem><para>When showing session/user/seat properties, + only print the value, and skip the property name and + <literal>=</literal>.</para></listitem> </varlistentry> <varlistentry> |