diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-05-28 18:13:19 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-05-28 18:13:19 +0900 |
commit | bbc1acaba0e3b73cf6fbf5f7b6de2f1719a1d5a6 (patch) | |
tree | cc5e732a28126a2fd3665ca1b8c7a25e7ac6caae /man | |
parent | 19e69a9c7a3a84f25d4c21c7c7f8f60c24685432 (diff) | |
download | systemd-bbc1acaba0e3b73cf6fbf5f7b6de2f1719a1d5a6.tar.gz systemd-bbc1acaba0e3b73cf6fbf5f7b6de2f1719a1d5a6.tar.bz2 systemd-bbc1acaba0e3b73cf6fbf5f7b6de2f1719a1d5a6.zip |
core: add --dump-bus-properties option to systemd
If systemd is invoked with this option, this dumps all bus properties.
This may be useful for shell completion for `systemctl --property`.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/systemd.xml b/man/systemd.xml index 84aa43723c..b409ba7c01 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -97,6 +97,13 @@ understood in unit definition files.</para></listitem> </varlistentry> <varlistentry> + <term><option>--dump-bus-properties</option></term> + + <listitem><para>Dump exposed bus properties. This outputs + a terse but complete list of properties exposed to dbus. + </para></listitem> + </varlistentry> + <varlistentry> <term><option>--unit=</option></term> <listitem><para>Set default unit to activate on startup. If |