diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-03-02 12:17:54 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-03-04 13:12:21 +0100 |
commit | 31e70e88cd0640a115b01cfe8775aea61ccc3e3e (patch) | |
tree | b9f7f8cab8faf3804bfab0e9b93c13a974457805 /man/standard-options.xml | |
parent | resolved: explicitly disconnect all left-over TCP connections when coming bac... (diff) | |
download | systemd-31e70e88cd0640a115b01cfe8775aea61ccc3e3e.tar.xz systemd-31e70e88cd0640a115b01cfe8775aea61ccc3e3e.zip |
timedatectl: add -P
Diffstat (limited to 'man/standard-options.xml')
-rw-r--r-- | man/standard-options.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/standard-options.xml b/man/standard-options.xml index 87058ad657..aaafa98bb7 100644 --- a/man/standard-options.xml +++ b/man/standard-options.xml @@ -135,4 +135,13 @@ </listitem> </varlistentry> + <varlistentry id='option-P'> + <term><option>-P</option></term> + + <listitem> + <para>Equivalent to <option>--value</option> <option>--property=</option>, i.e. shows the value of the + property without the property name or <literal>=</literal>. Note that using <option>-P</option> once + will also affect all properties listed with <option>-p</option>/<option>--property=</option>.</para> + </listitem> + </varlistentry> </variablelist> |