diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-04-27 08:55:16 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-04-27 10:06:24 +0200 |
commit | 46d8646a9fd637b8911ac032cb2a760407221f9a (patch) | |
tree | 875a4e98ce7886c68723b2eb74afd03cc9daf499 /man/systemd-analyze.xml | |
parent | sysctl: add --cat-config (diff) | |
download | systemd-46d8646a9fd637b8911ac032cb2a760407221f9a.tar.xz systemd-46d8646a9fd637b8911ac032cb2a760407221f9a.zip |
analyze: add --root option for cat-config
Diffstat (limited to 'man/systemd-analyze.xml')
-rw-r--r-- | man/systemd-analyze.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index 70f87f4786..1c43531871 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -367,6 +367,13 @@ NAutoVTs=8 generators enabled will generally result in some warnings.</para></listitem> </varlistentry> + <varlistentry> + <term><option>--root=<replaceable>PATH</replaceable></option></term> + + <listitem><para>With <command>cat-files</command>, show config files underneath + the specified root path <replaceable>PATH</replaceable>.</para></listitem> + </varlistentry> + <xi:include href="user-system-options.xml" xpointer="host" /> <xi:include href="user-system-options.xml" xpointer="machine" /> |