diff options
author | Loïc Minier <lool@dooz.org> | 2010-01-08 18:13:48 -0500 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2010-01-08 18:13:48 -0500 |
commit | 083a2d64b9e1c2dff05c5f9b0ceed8ce42730da4 (patch) | |
tree | c16ea8eedc3ae9d6a671020e03fbccaf9dadcf10 | |
parent | 4ae7cf16884bee707171ac8e1c83534fc2de4c79 (diff) | |
download | pbuilder-083a2d64b9e1c2dff05c5f9b0ceed8ce42730da4.tar pbuilder-083a2d64b9e1c2dff05c5f9b0ceed8ce42730da4.tar.gz |
Mention quoting around --bindmounts; LP: #376612
-rw-r--r-- | pbuilder.8 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -356,7 +356,9 @@ Use this option rather than using .BI "\-\-bindmounts " "bind-mount-points" Bind-mount the specified directories to inside the chroot. .I "bind-mount-points" -is a space-delimited list of directories to bind-mount. +is a space-delimited list of directories to bind-mount which should be +specified in a space-delimited manner, surrounded in double quotations, like: +.B """/srv /somedir /someotherdir""" .TP .BI "\-\-debootstrapopts " "\-\-variant=buildd" |