From: Lennart Poettering Date: Mon, 27 Apr 2015 13:40:30 +0000 (+0200) Subject: man: document that nspawn's --bind= switch may be used multiple times X-Git-Tag: v220~279 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64b282ef715bcc6f7896cc49a4a36db12ca35bbc;p=thirdparty%2Fsystemd.git man: document that nspawn's --bind= switch may be used multiple times --- diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 7b6e673ba76..cae067bcff2 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 creates - read-only bind mounts. + container. This option may be specified multiple times for + creating multiple independent bind mount points. The + option creates read-only bind + mounts.