summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-10-01 10:39:39 +0100
committerAtomic Bot <atomic-devel@projectatomic.io>2018-10-01 12:52:30 +0000
commit591b9dd90f50511b4208fa99b173273c7c0c3dcd (patch)
tree8a1e9a2af7e10033f476f09e3c9a9640c0622f53
parent0148dd34bb7eff4935d5218d04d78b027588cc4c (diff)
downloadbubblewrap-591b9dd90f50511b4208fa99b173273c7c0c3dcd.tar.gz
man page: Describe --chdir, not nonexistent --cwd
Fixes: https://github.com/projectatomic/bubblewrap/issues/291 Signed-off-by: Simon McVittie <smcv@collabora.com> Closes: #292 Approved by: cgwalters
-rw-r--r--bwrap.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bwrap.xml b/bwrap.xml
index a95eac1..72c8bbd 100644
--- a/bwrap.xml
+++ b/bwrap.xml
@@ -344,7 +344,7 @@
<varlistentry>
<term><envar>HOME</envar></term>
<listitem><para>
- Used as the cwd in the sandbox if <option>--cwd</option> has not been
+ Used as the cwd in the sandbox if <option>--chdir</option> has not been
explicitly specified and the current cwd is not present inside the sandbox.
The <option>--setenv</option> option can be used to override the value
that is used here.