diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-04-27 15:40:30 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-04-27 15:40:30 +0200 |
commit | 64b282ef715bcc6f7896cc49a4a36db12ca35bbc (patch) | |
tree | c3c845a8c2fc3e2a682b9575c9c44b35f0b7345e | |
parent | 8431778882da7dc7b611f9c7ee81cc97fdb4c85c (diff) |
man: document that nspawn's --bind= switch may be used multiple times
-rw-r--r-- | man/systemd-nspawn.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 7b6e673ba7..cae067bcff 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -538,8 +538,10 @@ same path in the container --, or a colon-separated pair of paths -- in which case the first specified path is the source in the host, and the second path is the destination in the - container. The <option>--bind-ro=</option> option creates - read-only bind mounts.</para></listitem> + container. This option may be specified multiple times for + creating multiple independent bind mount points. The + <option>--bind-ro=</option> option creates read-only bind + mounts.</para></listitem> </varlistentry> <varlistentry> |