diff options
author | Dave Reisner <dreisner@archlinux.org> | 2013-07-24 17:10:05 +0200 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2013-07-24 17:10:05 +0200 |
commit | a2aced4add1964f82cfd250f1fee8de9d974b507 (patch) | |
tree | 01aee624203d662f69f8674eccbac55a1ef825c1 /man/systemd-tmpfiles.xml | |
parent | udev: static_node - don't touch permissions uneccessarily (diff) | |
download | systemd-a2aced4add1964f82cfd250f1fee8de9d974b507.tar.xz systemd-a2aced4add1964f82cfd250f1fee8de9d974b507.zip |
tmpfiles: support passing --prefix multiple times
Diffstat (limited to 'man/systemd-tmpfiles.xml')
-rw-r--r-- | man/systemd-tmpfiles.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index 405a9f1781..b0f2d9ceb7 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -121,7 +121,8 @@ <term><option>--prefix=PATH</option></term> <listitem><para>Only apply rules that apply to paths with the specified - prefix.</para></listitem> + prefix. This option can be specified + multiple times.</para></listitem> </varlistentry> |