diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-04-06 10:47:37 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-04-06 10:47:37 +0200 |
commit | 382b56622add2aff81bdcc8af5fa0b40c3cb64ef (patch) | |
tree | 5b2b390e4223ab4b4a321b69bb2a68dd0b560eff /man/systemctl.xml | |
parent | d35da3ae6a8032002adbbd0d7d8338355f7ecf35 (diff) | |
parent | e138e7d7fc38021a63a913a840b21db2d15603ad (diff) |
Merge pull request #2962 from keszybz/value-option
Add `--value` option to systemctl and loginctl to only print values
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 1480bf8380..089fb0f5c3 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -233,6 +233,16 @@ </varlistentry> <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> + </varlistentry> + + <varlistentry> <term><option>--show-types</option></term> <listitem> |