chiark / gitweb /
run: allow non-absolute paths as command
[elogind.git] / man / systemd-analyze.xml
index a8adf877135ded8994d6f510a37e62148c050b72..60377093d0f84cf9dd3852fd24824fdc5363278b 100644 (file)
@@ -285,7 +285,7 @@ $ eog avahi.svg</programlisting>
 
                 <para>This plots the dependencies between all known target units:</para>
 
-                <programlisting>systemd-analyze dot --to-pattern='*.target' --from-patter='*.target' | dot -Tsvg > targets.svg
+                <programlisting>systemd-analyze dot --to-pattern='*.target' --from-pattern='*.target' | dot -Tsvg > targets.svg
 $ eog targets.svg</programlisting>