summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2013-04-10 12:32:27 +0200
committerHarald Hoyer <harald@redhat.com>2013-04-17 09:23:09 +0200
commit87698625aaf08ab2411a54a4ac9878acd4b46772 (patch)
treeec6a01447ef994bd232eee45753b366669cc4136 /man
parentb9e405246e2f3b7149ef1f9924806441d17f004a (diff)
systemctl: clarify usage of "--all" versus list-unit-files
Novice users might think, that $ systemctl --all is equal to $ systemctl list-unit-files https://bugzilla.redhat.com/show_bug.cgi?id=748512
Diffstat (limited to 'man')
-rw-r--r--man/systemctl.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml
index a2c3501ec2..c0f5bb9744 100644
--- a/man/systemctl.xml
+++ b/man/systemctl.xml
@@ -133,10 +133,12 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<term><option>--all</option></term>
<listitem>
- <para>When listing units, show all units, regardless of
+ <para>When listing units, show all internally loaded units, regardless of
their state, including inactive units. When showing
unit/job/manager properties, show all properties regardless
whether they are set or not.</para>
+ <para>To list all units installed on disk, use the command
+ <command>list-unit-files</command> instead.</para>
</listitem>
</varlistentry>