summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2021-06-23 23:06:38 +0100
committerSimon McVittie <smcv@collabora.com>2021-06-23 23:06:38 +0100
commit14069395a38abcd6e94dedae04cced1079abf85b (patch)
tree613e612f32c0565346957c6f06b1dc84b344a67d
parent6658ce7da00c59ee9c337220980ad30aa33e9218 (diff)
downloadbubblewrap-14069395a38abcd6e94dedae04cced1079abf85b.tar.gz
Document --chmod in --help
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--bubblewrap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bubblewrap.c b/bubblewrap.c
index 6225330..fc2edbb 100644
--- a/bubblewrap.c
+++ b/bubblewrap.c
@@ -278,6 +278,7 @@ usage (int ecode, FILE *out)
" --cap-add CAP Add cap CAP when running as privileged user\n"
" --cap-drop CAP Drop cap CAP when running as privileged user\n"
" --perms OCTAL Set permissions of next argument (--bind-data, --file, etc.)\n"
+ " --chmod OCTAL PATH Change permissions of PATH (must already exist)\n"
);
exit (ecode);
}