diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-tmpfiles.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index 0b6264033d..fad2cbbb1a 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -139,19 +139,27 @@ </para></listitem> </varlistentry> <varlistentry> - <term><option>--prefix=PATH</option></term> + <term><option>--prefix=<replaceable>path</replaceable></option></term> <listitem><para>Only apply rules that apply to paths with the specified prefix. This option can be specified multiple times.</para></listitem> </varlistentry> <varlistentry> - <term><option>--exclude-prefix=PATH</option></term> + <term><option>--exclude-prefix=<replaceable>path</replaceable></option></term> <listitem><para>Ignore rules that apply to paths with the specified prefix. This option can be specified multiple times.</para></listitem> </varlistentry> + <varlistentry> + <term><option>--root=<replaceable>root</replaceable></option></term> + <listitem><para>Takes a directory path + as an argument. All paths will be + prefixed with the given alternate <replaceable>root</replaceable> + path, including config search paths. + </para></listitem> + </varlistentry> <xi:include href="standard-options.xml" xpointer="help" /> <xi:include href="standard-options.xml" xpointer="version" /> |