diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-10-24 14:19:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-24 14:19:18 +0200 |
commit | 888067812c01964048628ca02aad4f6f977b0e08 (patch) | |
tree | 991af4b3eec0820a724acca293efc8f0aca32c3a /man/systemctl.xml | |
parent | 6d7c761572a1a7630512c31ad8277728a7eadcb4 (diff) | |
parent | 3b3557c410c7910fae0990599dcb82711cf5fbb7 (diff) |
Merge pull request #4406 from jsynacek/jsynacek-is-enabled
shared, systemctl: teach is-enabled to show install targets
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 75885bcf02..a4d4c53725 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -233,6 +233,8 @@ of <command>status</command>, <command>list-units</command>, <command>list-jobs</command>, and <command>list-timers</command>.</para> + <para>Also, show installation targets in the output of + <command>is-enabled</command>.</para> </listitem> </varlistentry> @@ -1136,6 +1138,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service exit code of 0 if at least one is enabled, non-zero otherwise. Prints the current enable status (see table). To suppress this output, use <option>--quiet</option>. + To show installation targets, use <option>--full</option>. </para> <table> |