diff options
author | Dave Reisner <dreisner@archlinux.org> | 2013-07-24 11:10:05 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2013-07-24 11:10:05 -0400 |
commit | a2aced4add1964f82cfd250f1fee8de9d974b507 (patch) | |
tree | 01aee624203d662f69f8674eccbac55a1ef825c1 /man | |
parent | 15a722007dc1d8a9a11934b2ab528cf4d25b6c62 (diff) |
tmpfiles: support passing --prefix multiple times
Diffstat (limited to 'man')
-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> |